Is there a way to determine if an application has a lock on a DBF table using the hxtt dbf driver?
Re:DBF
HXTT Support
2007-02-07 15:52:09
At System Functions, you can find ROWLOCKED([nWorkArea | cTableAlias]) and TABLELOCKED(cTableName).
At Connecting to the Database, you should use a suitable lockType value.