R
Rod Behr
An ODBC connection on client machines points to a SQL Server (Server1). An
Access database, running on the client, stores its data on this SQL Server.
Clients have the ability to update their clients whenever new versions are
released (a simple batch file).
I want to move the SQL database to another server (Server2).
It it possible to write code from within Access that checks for whether a
named ODBC System DSN point to Server1 and, if so, amends the system DSN to
point to Server2?
Access database, running on the client, stores its data on this SQL Server.
Clients have the ability to update their clients whenever new versions are
released (a simple batch file).
I want to move the SQL database to another server (Server2).
It it possible to write code from within Access that checks for whether a
named ODBC System DSN point to Server1 and, if so, amends the system DSN to
point to Server2?