Python 2.2 (ActiveState) odbc.odbc vs. mx.ODBC.Windows

Gerhard Häring gerhard.haering at gmx.de
Fri Jun 28 23:08:09 EDT 2002


* candiazoo at attbi.com <candiazoo at attbi.com> [2002-06-29 02:46 +0000]:
> Have any performance tests been done to determine
> advantages/disadvantages between the two?

AFAIR if odbc.odbc works for you, you simply were lucky. It's
unmaintained, which would be reason enough for me to not waste a single
thought on actually using it.

mxODBC is actively developped and even has commercial support available.

As for performance tests, use the profile or hotshot module to find out
yourself. In my experience, the performance of the database interface is
mostly a non-issue.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))





More information about the Python-list mailing list