Access to MS SQL from Linux?
Benji York
benji at benjiyork.com
Thu Sep 23 23:19:09 EDT 2004
More information about the Python-list mailing list
Thu Sep 23 23:19:09 EDT 2004
- Previous message (by thread): Access to MS SQL from Linux?
- Next message (by thread): Access to MS SQL from Linux?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There is a very cool project called ODBTP (Open DataBase Transport Protocol) at http://odbtp.sourceforge.net. It consists of a service that runs on a Windows server and connects to any ODBC data source available on that machine. You then use the ODBTP client to connect to the service and send SQL commands and retrieve the results. It's written in C and it includes a PHP module, but I've developed Python bindings for it (following the DB API 2.0). I've been trying to contact the project leader to see if he would like to add it to the project, but haven't been successfull yet. If you're interested I'll email you a copy (it's LGPL). If there is more general interest, I'll distribute it more widely. -- Benji York benji at benjiyork.com
- Previous message (by thread): Access to MS SQL from Linux?
- Next message (by thread): Access to MS SQL from Linux?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list