שגיאה בהתחברות לDB
אני מנסה להתחבר לSQL 8.0 עם System.Data.SqlClient.SqlConnection sqlConnection1 sqlConnection1 = new System.Data.SqlClient.SqlConnection("server=localhost;uid=sa;database=asp" ); sqlConnection1.Open(); ומקבל את ההודעה הבאה: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection
אני מנסה להתחבר לSQL 8.0 עם System.Data.SqlClient.SqlConnection sqlConnection1 sqlConnection1 = new System.Data.SqlClient.SqlConnection("server=localhost;uid=sa;database=asp" ); sqlConnection1.Open(); ומקבל את ההודעה הבאה: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection