S
SHIPP
VERSION: ACCESS 97
ISSUE: I have approximately 400 databases on 62 servers throughout the
company. All of these databases have been home grown at the facility level.
All of them have an ODBC connection to our central server. They access the
tables of our primary accounting software. Our primary accounting software
has nearly 1,000 tables. Consequently all databases do not access all of the
tables. What I need to do is to create a generic module that will update the
links. What I anticipate is that each user will import a module into their
database and then run it. The module will need to go out and change what is
currently in the Connect field of msysObjects which is
DSN=adage_bck;DB=adage_p;HOST=adage_bck;SERV=aifx20;SRVR=aifx20;PRO=onsoctcp;
To
DSN=adage_bck_Access;DB=adage_p;HOST=adage_bck;SERV=aifx20;SRVR=aifx20;PRO=onsoctcp;
Does anyone have the code to accomplish this task? Any help would be greatly
appreciated. Thanks in advance.
NOTE: IT has removed the link table manager wizard so this needs to be done
through code.
ISSUE: I have approximately 400 databases on 62 servers throughout the
company. All of these databases have been home grown at the facility level.
All of them have an ODBC connection to our central server. They access the
tables of our primary accounting software. Our primary accounting software
has nearly 1,000 tables. Consequently all databases do not access all of the
tables. What I need to do is to create a generic module that will update the
links. What I anticipate is that each user will import a module into their
database and then run it. The module will need to go out and change what is
currently in the Connect field of msysObjects which is
DSN=adage_bck;DB=adage_p;HOST=adage_bck;SERV=aifx20;SRVR=aifx20;PRO=onsoctcp;
To
DSN=adage_bck_Access;DB=adage_p;HOST=adage_bck;SERV=aifx20;SRVR=aifx20;PRO=onsoctcp;
Does anyone have the code to accomplish this task? Any help would be greatly
appreciated. Thanks in advance.
NOTE: IT has removed the link table manager wizard so this needs to be done
through code.