I am working on a existing MS Access 2010 project that has a linked table link to Sql Server database.
When I mouse over to the linked table I can see a connection string 'ODBC;DRIVER=SQL Server;SERVER=10.0.0.1;UID=testdb;APP=Microsoft Office 2003;WSID=abc;TABLE=dbo.user'
This looks like a dsn-less linked table.
Question
Where the connect string locate at? How to change it (example database name)?
How can I create a similar dsn-less linked table? Anytime when I create a linked table Access 2010 always force me to choose\create a dsn (file or machine).
You can change the connection string using the following guide (Original Source).
Firstly, get the existing connection string.
Secondly update the connection string.
To print all connection strings:
To create a linked table:
To change a link: