Hi,
When will the File GDB open API be able to read and write a File Geodatabase without completely locking down the database?
We find that only one bench can be in a File Geodatabase when using the OPEN API reader and writer, else we will start getting failures.
When using the ESRI GDB reader/writer, you can have as many operations occurring simultaneously as you want in a File GDB, as long as no one is trying to drop and create a table that is currently in use.
When will the OPEN API be able to do the same?
Thanks!