Python comes with an ODBC module that provides limited functionality. However, the mxODBC module mentioned below is very good.
Dave //SIGNED// David Carey GS-09 IT Specialist 109 CF/SCB Stratton ANGB Scotia, NY Comm: (518) 344-2572 DSN: 344-2572 -----Original Message----- From: M.-A. Lemburg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 4:24 PM To: Rasha Ebo Cc: [email protected] Subject: Re: [DB-SIG] MS Sql Server DBI Rasha Ebo wrote: > Hi, > I am a newbebie to python, I want to connect to microsoft sql server 2000 database. I have searched al ot and understood that need to download a dbi that works as an a connection between python and the database. Can anybody refer me to free reliable DBI that connects to microsoft sql server 2000. Our mxODBC will do the job nicely: http://www.egenix.com/files/python/mxODBC.html It's free for personal use. Regards, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Jan 24 2006) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ ::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! :::: _______________________________________________ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig _______________________________________________ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig
