How to Lock DB when administrator is working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shalskedar
    New Member
    • Sep 2009
    • 66

    How to Lock DB when administrator is working

    In my DB I m using 2 logins as wmuser & accounts...

    The user wmuser is like a administrator.. So can make design changes while the user "accounts" can only read & write data...

    I 've a problem regarding when user logins as wmuser other user "accounts" should not b able to access the db completely i.e the Db must b locked while "wmuser" is working...

    So how dan i stop other users uing Db while wmuser logs in....

    Thanks
  • MrDeej
    New Member
    • Apr 2007
    • 157

    #2
    To stop people logging on then you just have to make a change to a form or the code. Then access wont let anyone in before you have logged out.

    Either way i suggest you use front-end / back-end config so that you can make changes without interfering with the users :=)

    Comment

    Working...