allochthonous
Technical User
I built a multiple user front end/back end database for work. The front end is data entry with a couple dozen users, the back end contains the tables, queries, and reports. There are a dozen or so potential users of the back end, but realistically only a few use it. The back end exists on the network, with users shorcutting to it. The front end is a local application for all users.
There is a daily maintenance procedure that has to be executed to keep tables up to date. Some data is imported from an outside source. Part of this procedure involves a delete query which deletes marked records from a certain date range and then refills them back in.
The other day, for no apparent reason, this delete query would lock up every time it was run. There was no error message. I tried renaming the query, importing the query, and rebuilding the query, all to no avail.
My next solution was to be a Compact and Repair, but in order to do that, I needed to get everyone out of the database.
In the meantime, I copied the entire back end to my local machine, and the query ran fine.
A few minutes later, I went back to the network version, and the query ran. I assume that some (though I know not all) users had exited the database.
Any ideas what would cause a simple delete query to lock up?
PK
There is a daily maintenance procedure that has to be executed to keep tables up to date. Some data is imported from an outside source. Part of this procedure involves a delete query which deletes marked records from a certain date range and then refills them back in.
The other day, for no apparent reason, this delete query would lock up every time it was run. There was no error message. I tried renaming the query, importing the query, and rebuilding the query, all to no avail.
My next solution was to be a Compact and Repair, but in order to do that, I needed to get everyone out of the database.
In the meantime, I copied the entire back end to my local machine, and the query ran fine.
A few minutes later, I went back to the network version, and the query ran. I assume that some (though I know not all) users had exited the database.
Any ideas what would cause a simple delete query to lock up?
PK