Connecting to SQL database

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Dec 14 21:35:00 EST 2007


En Fri, 14 Dec 2007 23:24:24 -0300, Unknown <unknown at unknown.invalid>  
escribió:

> I have successfully connected to SQL2000 and MSDEE databases in the
> past,  however I have to move to SQL2005 and SQLEXPRESS databases now.

>     Conn.ConnectionString = "Provider=SQLNCLI;Server=10.1.1.2;
> Database=csrctest;Uid=bill;Pwd=bill"

Look for the right spelling at http://www.connectionstrings.com/

-- 
Gabriel Genellina




More information about the Python-list mailing list