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  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to