I'm using SQL Server2000. Up until now I've been testing my database connection on my workstation. How do i modify my connection string to reach a server with a different letter?
Here is my connection string
connString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=FAE;Data Source=Maurice"
Do I just put E: for the drive or how to i specify the path?
Thanks!