G
Guest
We have several hundred mdb databases, created with Access 2000, 2002, and
2003. They all use system DSNs to gain access to a central SQL Server, via
both linked tables and pass through queries. The system DSNs use SQL Server
authentication. The database that they access is being moved to another SQL
Server, and once there, we want all authentication to be via Windows
Authentication. We are trying to make the transition as seamless as possible.
So far, this is (was?) our plan:
1. Create a file DSN on a network share, specifying trusted connection.
2. Convert all mdb's to use this instead of the local system DSN.
3. When the SQL Server database gets moved, modify the file DSN to reflect
the new servername.
This doesn't work because Access caches the DSN information, and apparently
only through the process of re-linking (very manual process) will the new DSN
information be used.
How can we make this move more seamless?
Thanks
Vern Rabe
2003. They all use system DSNs to gain access to a central SQL Server, via
both linked tables and pass through queries. The system DSNs use SQL Server
authentication. The database that they access is being moved to another SQL
Server, and once there, we want all authentication to be via Windows
Authentication. We are trying to make the transition as seamless as possible.
So far, this is (was?) our plan:
1. Create a file DSN on a network share, specifying trusted connection.
2. Convert all mdb's to use this instead of the local system DSN.
3. When the SQL Server database gets moved, modify the file DSN to reflect
the new servername.
This doesn't work because Access caches the DSN information, and apparently
only through the process of re-linking (very manual process) will the new DSN
information be used.
How can we make this move more seamless?
Thanks
Vern Rabe