In my app I need to dynamically link tables depending upon initial user selection from a set of options. We've experienced a sudden, dramatic drop in performance in the link process. While following the code in debug mode today I waited 45 seconds just for this command to complete:
If DBCat.Tables("TblAccounts").Properties("Jet OLEDB:Link Datasource") <> LinkTablesDBPath Then
...
I have read the suggestions on this forum to forget about linking tables and to use the ADO connection string. That would be a very large job reprogramming so I am seeking help in the meantime. Has anyone any idea why the linking process should degrade precipitously.
I have decompiled/recompiled, then re-imported the whole thing into a new database. The linked tables are on a network drive, but my network people tell me there's nothing out of the ordinary.
Suggestions are welcome, and I thank you in advance.
If DBCat.Tables("TblAccounts").Properties("Jet OLEDB:Link Datasource") <> LinkTablesDBPath Then
...
I have read the suggestions on this forum to forget about linking tables and to use the ADO connection string. That would be a very large job reprogramming so I am seeking help in the meantime. Has anyone any idea why the linking process should degrade precipitously.
I have decompiled/recompiled, then re-imported the whole thing into a new database. The linked tables are on a network drive, but my network people tell me there's nothing out of the ordinary.
Suggestions are welcome, and I thank you in advance.