![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
is there a way to find out if a particular table is being use? and how do you can find out if a record is beig use (del, insert, update) regards, Bre-x |
#3
| |||
| |||
|
|
The DTI Interface provides functions to check on a file. You can check a single record by trying to lock the record first, then calling the StatExtended function to find out who the lock holder is. I 've written my own application called FindLock that can iterate over a data set and find out which user has which records locks, but it must still hit every record in the database. An application that hits a record lock has the first part done -- and can simply call the Extended Stat call to find out the other details. Goldstar Software Inc. Building on Btrieve(R) for the Future(SM) Bill Bach BillBach (AT) goldstarsoftware (DOT) com http://www.goldstarsoftware.com *** Pervasive.SQL Service & Support Classes *** Chicago: November 16-19, 2004: See our web site for details! Bre-x wrote: is there a way to find out if a particular table is being use? and how do you can find out if a record is beig use (del, insert, update) regards, Bre-x |
#4
| |||
| |||
|
|
In Windows 2000 or newer you can right click on my computer and Select Manage. Then go to Shared Folders>> Open Sessions. You can close a file there also. "Bill Bach" <bbach (AT) cncdsl (DOT) com> wrote in message news:41998B70.BEBAAB3 (AT) cncdsl (DOT) com... The DTI Interface provides functions to check on a file. You can check a single record by trying to lock the record first, then calling the StatExtended function to find out who the lock holder is. I 've written my own application called FindLock that can iterate over a data set and find out which user has which records locks, but it must still hit every record in the database. An application that hits a record lock has the first part done -- and can simply call the Extended Stat call to find out the other details. Goldstar Software Inc. Building on Btrieve(R) for the Future(SM) Bill Bach BillBach (AT) goldstarsoftware (DOT) com http://www.goldstarsoftware.com *** Pervasive.SQL Service & Support Classes *** Chicago: November 16-19, 2004: See our web site for details! Bre-x wrote: is there a way to find out if a particular table is being use? and how do you can find out if a record is beig use (del, insert, update) regards, Bre-x |
![]() |
| Thread Tools | |
| Display Modes | |
| |