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).