I reinstalled SQL 2000 server after reformatting my drive.
Now I cannot open a database in my C## program as before.
If I use "Provider=SQLOL EDB;Data Source=localhos t; Initial
Catalog=master; Integrated Security=SSPI"; I
get an Invalid login error. If I use "Provider=SQLOL EDB;
Data Source=localhos t; Initial Catalog=master; User
ID=Dave;Passwor d=midn1te"; I get the following error, "User
no associated with a trusted SQL server connection." What
did I do wrong on my installation? Anyone know what these
errors mean? I sure can't find the answers in the Help.
Dave
Now I cannot open a database in my C## program as before.
If I use "Provider=SQLOL EDB;Data Source=localhos t; Initial
Catalog=master; Integrated Security=SSPI"; I
get an Invalid login error. If I use "Provider=SQLOL EDB;
Data Source=localhos t; Initial Catalog=master; User
ID=Dave;Passwor d=midn1te"; I get the following error, "User
no associated with a trusted SQL server connection." What
did I do wrong on my installation? Anyone know what these
errors mean? I sure can't find the answers in the Help.
Dave
Comment