Hi,
I'm working with Interbase 2.1.2 embedded using the Interbase Data Access Components, VCL.
In some tests, I realized that the database file cannot be modified in an multi thread architeture. Based on that I created a TMultiReadExclusiveWriteSynchronizer to syncronize the threads, not allowing write on the file while reading.
This is necessary using the Devart components? There is a form to control this with transactions?