Linux/Python -> SQL*Server Connexion chain

Benji York benji at benjiyork.com
Thu Sep 22 14:01:13 EDT 2005


Gilles Lenfant wrote:
> Have you guys any good experience on connecting a Python (Zope) app 
> running on Linux to a Windoze SQL*Server ?

Yep.  I wrote bindings to ODBTP (http://odbtp.sourceforge.net/) using 
ctypes.  It worked really well, good performance and quite reliable.

You can see an alpha version at http://benjiyork.com/software.html.  I'm 
not using it any more, but have a more recent version that I really 
should package up.
--
Benji York



More information about the Python-list mailing list