We have a third party application for our (project) estimates and tracking the bids and their status. They create a seperate access database for each proposal and while there is a main db with some information (not always current) the actual data resides in the job db for each job.
If I wanted information from these dbs I (believe) I need to open the directory and get a listing of file names which I could store in an array. Then I need to open each db linking no more that three tables (I hope) collect the data close the db and do it again for each.
I'm should be able to get a directory list but...
What is the best way to get information from many (could be in the hundreds though probably less than 100 right now) databases.
Thank you for any thoughts.
If I wanted information from these dbs I (believe) I need to open the directory and get a listing of file names which I could store in an array. Then I need to open each db linking no more that three tables (I hope) collect the data close the db and do it again for each.
I'm should be able to get a directory list but...
What is the best way to get information from many (could be in the hundreds though probably less than 100 right now) databases.
Thank you for any thoughts.