VB.NET 2003
MSDE
I am using the following code as the sql server connection string.
But, it always pops up a error message says "Login failed for user "sa". Not associated with a trusted Sql Server connection.
Anyone knows the problem?
Thank you.
Chinese Java Faq Forum
MSDE
I am using the following code as the sql server connection string.
Code:
strconn = "Data Source=" & "erp" & _
";User ID=" & "erpsa" & _
";Password=" & "erpsa" & _
";Persist Security Info=True" & _
";Catalog=" & "erpdata" & ";"
But, it always pops up a error message says "Login failed for user "sa". Not associated with a trusted Sql Server connection.
Anyone knows the problem?
Thank you.
Chinese Java Faq Forum