BDE to IBDAC - Transactions
Posted: Sun 10 Sep 2006 05:27
Is it wrong to think that coming from the BDE where I used no explicit Interbase Transactions - that I can just be sure to set AutoCommit on all my TIBCQuery's and be ok with transactions?
I'm seeing some weird locks occuring when 2 programs are running accessing the same DB. When the 2nd app does an Update and then the program closes, the 1st app has problems seeing the committed transaction. If the 1st program tries to update that same the record, I get: Deadlock, update conflicts with concurrent update.
Also, if this makes any difference, I am using the "Classic Firebird" mode because I have 2 processors and SuperServer mode didn't run well. (Is there any known problems with Classic mode?
Thanks,
Rhett
I'm seeing some weird locks occuring when 2 programs are running accessing the same DB. When the 2nd app does an Update and then the program closes, the 1st app has problems seeing the committed transaction. If the 1st program tries to update that same the record, I get: Deadlock, update conflicts with concurrent update.
Also, if this makes any difference, I am using the "Classic Firebird" mode because I have 2 processors and SuperServer mode didn't run well. (Is there any known problems with Classic mode?
Thanks,
Rhett