Python and Centura SQLBase.

Alex Martelli aleax at aleax.it
Fri May 16 09:24:35 EDT 2003


Petter Kristensen wrote:

> Can Python  access a database such as Centura SQLBase?
> 
> I do not have any knowledge at all to the Python language, but need to
> know before I start a new project.
> 
> Centura SQLBase provides access thru ODBC, Ole DB, JDBC, also a C-API is
> provided.
> 
> If anyone has knowledge or experience of this, please let me know.

You can use ODBC from Python (with egenix's mxODBC) or also ADO (which
in turn works on top of Ole DB) with pyadodb.  So, there should be no
problem accessing the 'Centura SQLBase' with either approach.


Alex





More information about the Python-list mailing list