I am trying to create a connection from VB 2005 Express to a database that may created with SQL Server 2005. I have a program which I wrote that connected to a Pervasive SQL database. Now my client has switched to MSSQL Server 2005. the error i hav is "login failed for user "IFCDU1-WS23\user" (It's on window authentication where there is no password.). I changed the connection string in my program to access MSSQL Server 2005 database however when I run the program I get no errors and the update query didnt work.
Bookmarks