USFS-PNW / Fia-Biosum-Manager

User interface and main code repository for Biosum
http://biosum.info/
Other
3 stars 3 forks source link

FVS: Various errors when accessing linked tables #345

Open lbross opened 2 months ago

lbross commented 2 months ago

It can take time for the dao to complete making an MS Access table link to a table. One known symptom of this is an error message stating that MS Access "cannot find the input table". The only solution we are aware of is to sleep the thread to give more time for the link to complete. Recently we have also started seeing the error message below when trying to link to SQLite tables. It may be a different manifestation of the same problem. Use this issue to track adding sleep statements after creating SQLite table links to see if it helps.

image