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