Hello,
I am using file geodatabase api 1.3.
I am not sure what is the proper way to use SetWriteLock() on tables in the GDB.
we are using one instance of the table in the code, and on that instance we read and write data on different places.
before i preform an insert or update on the table i set "SetWriteLock() " and after that "FreeWriteLock()", and still i get exception of "Cannot aquire a lock" when i reach to this line.
Why is that happening?
Thanks,
Igal team