devados Posted May 17, 2003 Posted May 17, 2003 Error Login to sql server Following is my code: sqlCon.ConnectionString = "Integrated Security = True;Data Source = server3;Initial Catalog = database1;uid=sa;pwd=;" sqlCon.Open() Following error appears if the domain user is not administratrtor: Logon failed domain1/user1 What shoud I do? Quote
devados Posted May 17, 2003 Author Posted May 17, 2003 I changed my string as follow: sqlCon.ConnectionString = "server=bdc_kafco3;Database=New_CallCenter_DB;User ID=sa;Password=;" it works fine. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.