PearlGI
Registered User.
- Local time
- Today, 13:05
- Joined
- Aug 30, 2001
- Messages
- 125
Is it possible to detect if a table is locked (i.e. a query, report or form using a table is open).
I'm trying to automatically delete selected tables on a periodic basis, but the code falls over if the table is currently in use.
How can I trap for this so the delete line can be skipped?
I'm trying to automatically delete selected tables on a periodic basis, but the code falls over if the table is currently in use.
How can I trap for this so the delete line can be skipped?