Error when trying connect to SQl Server 2000
-
I have a dataBase in Sql Server 2000 , and i want to connect to DataBase I have crerated an conectionString by add connection in the server expolrer (C#.Net Invironment) evry thing about connetion is correct but when program trying to connect DataBase an Exception occurs . Exception Message is : Login failed for user 'Login1'. Login1 is my login To DataBase registred in Security section of SqlServer 2000
--------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------
-
I have a dataBase in Sql Server 2000 , and i want to connect to DataBase I have crerated an conectionString by add connection in the server expolrer (C#.Net Invironment) evry thing about connetion is correct but when program trying to connect DataBase an Exception occurs . Exception Message is : Login failed for user 'Login1'. Login1 is my login To DataBase registred in Security section of SqlServer 2000
--------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------
Is the server configured for SQL Server authentication, Windows authentication or both (mixed)?