|
If you have a Access Application linked to a SQL Server 2005 back end, what is the best way to change the database that the application is pointing to?
(comments are locked)
|
|
Assuming you are linking to SQL Server 2005 using an ODBC DSN, you would just need to change your connection string in the DSN. Of course, the databases will need to have the same structure.
(comments are locked)
|

