B
BruceS
Looking for a little advice...
Have an A2K database that provides source data for an online app. Each
night we need to update certain tables in that database using records that
are uploaded to our ftp site. A separate .mdb is used to massage the data
and perform the updates, which can take some time to complete. (up to 5
minutes).
I need to somehow lock the source database while I am performing these
actions, then unlock it again after I'm finished. Of course, before I do, I
need to know that no one is currently using the database and, if they are,
loop until it's free.
Is there any way I can test for this from inside the second .mdb? Does
anyone have suggestions for a better approach?
Thanks,
Bruce
Have an A2K database that provides source data for an online app. Each
night we need to update certain tables in that database using records that
are uploaded to our ftp site. A separate .mdb is used to massage the data
and perform the updates, which can take some time to complete. (up to 5
minutes).
I need to somehow lock the source database while I am performing these
actions, then unlock it again after I'm finished. Of course, before I do, I
need to know that no one is currently using the database and, if they are,
loop until it's free.
Is there any way I can test for this from inside the second .mdb? Does
anyone have suggestions for a better approach?
Thanks,
Bruce