[DB-SIG] MSSQL "proxy" access

Philippe ENTZMANN philippe.entzmann at laposte.net
Wed Jun 4 10:18:05 EDT 2003


Hi,

I'm prototyping an application with Python and MSSQL. I use odbc module 
for data access.

I would like to be able to run my app both on Windows and Linux.

Is there a way to access directly an MSSQL database from a python 
program running on Linux ?

Is it a good idea to use some XMLRPC stuff to "proxy" the data requests 
from the clients (Linux and Windows) to the MSSQL server thru a python 
server (Windows) ?

Is there already a module for doing such things ? (db proxiing via XMLRPC)

Thanks.





More information about the DB-SIG mailing list