質問
SQL Server connection Error
Hello
I'm try to connect to a SQL database , well the code line of the connection is :
Bcon = New sqlConnection("data source=LABG;uid=sa;pwd=;initial catalog=db_Personal")
when i try to open the connection, Dcon.open(), i got the following error :
Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection.
so can anyone helps me solving this problem?
thx alot
I'm try to connect to a SQL database , well the code line of the connection is :
Bcon = New sqlConnection("data source=LABG;uid=sa;pwd=;initial catalog=db_Personal")
when i try to open the connection, Dcon.open(), i got the following error :
Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection.
so can anyone helps me solving this problem?
thx alot
