Connecting to Sql Server from Python

bg_ie at yahoo.com bg_ie at yahoo.com
Thu Jan 24 10:44:42 EST 2008


Hi,

I have an sql server from which I'd like to read and write to. The
connection string is as follows -

"Data Source=localhost\SQLExpress;Initial Catalog=Test;Integrated
Security=True;Pooling=False"

Other properties as they appear in Visual Studio 2005 include -

Data Provider: .NET Framework Data Provider for SQL Server
State: Open
Type: Microsoft SQL Server

So my question is, how might I connect to my Test Catalog and update
data within its tables via perl,

Thanks,

Barry.




More information about the Python-list mailing list