Hi
When using a table on a network is there any way that I can check if the table is already being USEd by another user before I try to open it?
For example, to carry out housekeeping by PACKing a table to get rid of deleted records, I want to open the table for EXCLUSIVE use. If the table is already opened by another user I get an error when I try to USE it EXCLUSIVEly. Is there a way I can check this before trying to USE the table?
John
When using a table on a network is there any way that I can check if the table is already being USEd by another user before I try to open it?
For example, to carry out housekeeping by PACKing a table to get rid of deleted records, I want to open the table for EXCLUSIVE use. If the table is already opened by another user I get an error when I try to USE it EXCLUSIVEly. Is there a way I can check this before trying to USE the table?
John