Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Migrating to windows 2000


Message #1 by "sunil ferrao" <ltsbbank@e...> on Mon, 23 Jul 2001 05:49:49
Currently we are using windows NT and Visual Studio 6. Applications 

Developed in interdev web pages connects fine to sql Server 7 in NT (using 

NT Security - Trusted Connection ) however when we moved to SQl 2000 on 

windows 2000 the applications refuses to connect using NT security (Client 

is still NT). I use a String to connect to the database server as below 



DB_ConnectionString = "Provider=SQLOLEDB.1;Integrated Security=SSPI; 

Persist Security Info=False;Initial Catlog= PWDS; Datasource=(local)"



using (local) instead of server name works fine on the old system changes 

nothing in New. 



please help



Sunil Ferrao

  Return to Index