princeshri
IS-IT--Management
Hi,
I have an sql server backend with an access front end. access connects to sql using link tables and during development it works fine.
However, the problems appear on installation of the sql database on the production server and clients. Im connecting via odbc and although the odbc connection is to the new database, the access front end still tries to connect to the old server (which is not accessible anymore) and I have to recreate the links for it to work again.
This is not possible since I would like to just do development and copy the database over to the production client (which has an odbc connection to the production sql server)
Ive already tried updating the table.connect to just the odbc system source with the username and password and then table.refreshlink. This refresh link however takes too long for all the link tables and it renders them read-only.
Any and all help appreciated.
Thanks,
Shri
I have an sql server backend with an access front end. access connects to sql using link tables and during development it works fine.
However, the problems appear on installation of the sql database on the production server and clients. Im connecting via odbc and although the odbc connection is to the new database, the access front end still tries to connect to the old server (which is not accessible anymore) and I have to recreate the links for it to work again.
This is not possible since I would like to just do development and copy the database over to the production client (which has an odbc connection to the production sql server)
Ive already tried updating the table.connect to just the odbc system source with the username and password and then table.refreshlink. This refresh link however takes too long for all the link tables and it renders them read-only.
Any and all help appreciated.
Thanks,
Shri