need database to close at time interval

T

Teresa

I have a large shared database with about 400 users. (I know, I know ... too
many!) Despite all my nagging about closing the database when not in use, I
continually have users that leave the database open overnight. I would like
to set a timeout event to close the database when it hasn't been touched in
an hour. Can I do that?
 
J

John W. Vinson

I have a large shared database with about 400 users. (I know, I know ... too
many!)

Two is too many.

Run, don't walk, to the Database Splitter Wizard. Each user should have their
own copy of a Frontend containing the forms, reports, etc. linked to a shared
backend.
Despite all my nagging about closing the database when not in use, I
continually have users that leave the database open overnight. I would like
to set a timeout event to close the database when it hasn't been touched in
an hour. Can I do that?

Fix the split first.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top