Re: Connecting to Sql Server from Python

2008-01-24 Thread bg_ie
On 24 Jan, 17:16, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Jan 24, 9:44 am, [EMAIL PROTECTED] wrote: > > > > > > > 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;Int

Re: Connecting to Sql Server from Python

2008-01-24 Thread Mike Driscoll
On Jan 24, 9:44 am, [EMAIL PROTECTED] wrote: > 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 V

Connecting to Sql Server from Python

2008-01-24 Thread bg_ie
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 D