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 odbc?

   To connect SQLObject to a database there have to be a connection driver
in SQLObject. Currently there are connections to: MySQL, PostgreSQL,
SQLite, Firebird/Interbase, MaxDB/SapDB, MSSQL, Sybase (and an old beta
connection for Oracle). There is no driver for ODBC.
   IWBN if you could contribute a connection code. Start by looking at the
three most developed connections - MySQL, Postgres and SQLite. For a first
step you don't need to implement columnsFromSchema() and related methods.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to