I am using an access db to connect to a sql server. All of my work stations work fine with the same copy of the access db that I am using on this pc. On this PC I get
The user I am logged in has rights to the SQL server and they were able to connect on a different pc.
I can create a successful file dsn and test it which leads me to believe I have a good connection to the SQL server from this pc....
I am pulling my hair out on this...
Code:
Connection failed:
SQLState: '0100'
SQL Server Error: 2
[Microsoft][ODBC SQL Server Driver][DBMSLPCN]ConnectionOpen(Connect()).
Connection Failed:
SQLState: '08001'
SQL Server Error: 17
[Microsoft][ODBC Sql Server Driver][DBMSLPCN]SQL Server does not exist or access denied.
I can create a successful file dsn and test it which leads me to believe I have a good connection to the SQL server from this pc....
I am pulling my hair out on this...