Re: [SQLObject] ODBC to SQLObject

2007-07-12 Thread Oleg Broytmann
On Thu, Jul 12, 2007 at 02:47:09PM -0500, Lukasz Szybalski wrote: > I'll use ODBC connection to Clarion TopSpeed files. I don't think > there will be a separate interface available for these files anytime > soon. TopSpeed ODBC Driver is the only way for now. What is the status > of sqlobject and od

[SQLObject] ODBC to SQLObject

2007-07-12 Thread Lukasz Szybalski
Hello, To connect to ODBC via SQLObject what would a connection string look like? I am using win32 extensions in python and I can: import dbi,odbc connection=odbc.odbc('MYDB") I will be using sqlobjects in tubogears if that makes any difference. I search the google/archives but I didn't find a r