SQLBase - Support?

M.-A. Lemburg mal at lemburg.com
Tue Jan 29 16:07:54 EST 2002


Nicolas Keller wrote:
> 
> Hi!
> 
> I'm looking for a possibility to connect to a Gupta SQLBase Server with
> Python. As the application will run under Linux (and Zope for the frontend)
> I guess that it's not possible to use ODBC?

It is: all you need is an ODBC driver on for the database on Linux or 
an ODBC-ODBC bridge e.g. the one from EasySoft. ODBC interfacing
on linux is easy using mxODBC. It support the EasySoft bridge
directly or via iODBC or unixODBC.

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Software:                   http://www.egenix.com/files/python/




More information about the Python-list mailing list