0
I’m new to the subject of database, so I hope you understand my doubt and lack of knowledge:
We use Firebird as SGDB and Ibexpert as a tool for database administration and configuration. Because the application in question is used simultaneously by several users (performing UPDATE, DELETE and INSERT operations in the same table practically) there are Conflict lock errors. I had read that while waiting a few minutes the transaction solidifies (or stopping the Database Service and starting again) and there is also the option to run the command below.
gfix -commit all
However, my question is: Is there any command that can be executed in Ibexpert for example, and that confirms these transactions at the time of execution, since the connection to the Database would be remotely, and not on the Server machine to be able to run the command mentioned above?
Thank you for your attention!