[sqlalchemy] Re: Connecting to an MS SQL server ?

2008-05-22 Thread TkNeo
, Yannick Gingras [EMAIL PROTECTED] wrote: TkNeo[EMAIL PROTECTED] writes: Hi, Hello Tarun, This is my first encounter with sqlalchemy. I am trying to connect to an MS SQL server 2000 that is not on local host. I want to connect using Integrated Security and not use a specific username

[sqlalchemy] Re: Connecting to an MS SQL server ?

2008-05-22 Thread TkNeo
pm, Lukasz Szybalski [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 12:51 PM, Yannick Gingras [EMAIL PROTECTED] wrote: TkNeo[EMAIL PROTECTED] writes: Hi, Hello Tarun, This is my first encounter with sqlalchemy. I am trying to connect to an MS SQL server 2000 that is not on local

[sqlalchemy] Re: Connecting to an MS SQL server ?

2008-05-22 Thread TkNeo
manager. you know how it is... i waste a lot of time , as you can see, because of being stuck to 2.3 and half the libraries out there are for 2.4 onwards. I think one day they will realize this and let me upgrade. so there is no way out for us 2.3 users... On May 22, 10:38 am, Michael

[sqlalchemy] Connecting to an MS SQL server ?

2008-05-15 Thread TkNeo
Hi, This is my first encounter with sqlalchemy. I am trying to connect to an MS SQL server 2000 that is not on local host. I want to connect using Integrated Security and not use a specific username and password. Can anyone tell me the format of the connection string ? Thanks TK

[sqlalchemy] Re: Connecting to an MS SQL server ?

2008-05-15 Thread TkNeo
I don't want to use the DSN method. The DSN would not be configured at some client machines etc etc. .. TK On May 15, 1:30 pm, Rick Morrison [EMAIL PROTECTED] wrote: The DSN method should work with Integrated Security as well. Here's a short writeup of the DSN configuration: