Notify when Access database available for read-write

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I set up a Notify that another user has Access (2000) locked and
notify when available? I have several front-ends linked to tables in a
back-end.
 
you can try to make a proc, where you lock table for update, if lock fail -
then table is locked. so you can call this proc periodically, and then
notify user when lock succeed
 
Back
Top