SQL2000 database vs python

Raaijmakers, Vincent (IndSys, GE Interlogix) Vincent.Raaijmakers at ge.com
Thu Jul 31 10:08:14 EDT 2003


Ok I was too happy.

mssqldb doesn't help me to connect my python app on a linux OS to a sql2000 (windows os) database.
I can't even compile the package, I guess it is missing sybase stuff (sybdb.h and sybfront.h), 
which is correct because I don't have that database.
Also, mssqldb supports ms sql server 7.0, my hope is that that won't be a problem in using ms sql 2000.

Pfew, there goes my hope.

Vincent

-----Original Message-----
From: Gerhard Häring [mailto:gh at ghaering.de]
Sent: Thursday, July 31, 2003 8:53 AM
To: Raaijmakers, Vincent (IndSys, GE Interlogix)
Cc: python-list at python.org
Subject: Re: SQL2000 database vs python


Raaijmakers, Vincent (IndSys, GE Interlogix) wrote:
> Can someone tell me if there is a module out for using a sql2000 database within python?
> My python application (runs on Linux) already uses mysql but now I need also to talk to a sql2000 database on another machine.
> 
> Any suggestions? www.python.org, google couldn't help me.

http://www.object-craft.com.au/projects/mssql/

-- Gerhard





More information about the Python-list mailing list