When trying to establish a connection I get the exception below:
System.Data.SqlClient.SqlException occurred
HResult=0x80131904
Message=Login failed for user ''.
Source=.Net SqlClient Data Provider
StackTrace:
<Cannot evaluate the exception stack trace>
I keep getting the above error, here is my code:
SqlConnection conn =
new SqlConnection(@"Data Source = Computer-DELL\SQLEXPRESS;Initial Catalog = Drivers");
conn.open();