database access !? ODBC, mxODBC!?

Gillou nospam at bigfoot.com
Tue Sep 11 09:05:47 EDT 2001


win32 odbc is DB API 1.0 compliant when mxOdbc is DB API 2.0 compliant.
http://www.python.org/topics/database/DatabaseAPI-2.0.html#changes shows the
differences.
mxOdbc is a commercial product when you want to use it for commercial
purposes or if you want support.

"Kenneth Tsang" <smt at pacific.net.hk> a écrit dans le message news:
9nknj4$ilf$1 at hfc.pacific.net.hk...
> hi, I found some examples in the following web page,
> http://www.python.org/windows/win32/odbc.html
>
> I can now collect the data from an access mdb file, however, I aware that
> the samples use the dbi and odbc modules, is there any limitations on
those
> modules?
>
> --
>
> --
> Kenneth Tsang
> email: smt at pacific.net.hk tel: +852 9468 4772
> "Kenneth Tsang" <smt at pacific.net.hk> wrote in message
> news:9nju88$pae$1 at hfc.pacific.net.hk...
> > hi, in my applicaitons I need database access to different backend like
> > mySQL, Access and SQLServer. Please advice which db module I should
use!?
> > I;ve seen mxODBC, however, it seems that it's a commercial one. Thx.
> >
> > cheers, Kenneth
> > --
> >
> > --
> > Kenneth Tsang
> > email: smt at pacific.net.hk tel: +852 9468 4772
> >
> >
>
>





More information about the Python-list mailing list