Hi everybody, 
please can anybody give me a hand;
 
i writed the syntax to connect from a vb.net 2008 windows form application to an SQL dataabse 2005, but the problem is that whenever i run the form i get :
Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection.
	Please, can anybody give me an idea if i should create a new user for authentication and how, how to make the ODBC connection ... The procedure to realise the connection that is not relative to script writing in vb.net
Regards
					please can anybody give me a hand;
i writed the syntax to connect from a vb.net 2008 windows form application to an SQL dataabse 2005, but the problem is that whenever i run the form i get :
Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection.
Code:
	SqlConnection.ConnectionString = "Server=owner;database=***;user id=sa; password=***"
Regards
Comment