Subject problem with .Commit
Author hundri_106@hotmail.com
Hi,

After converting from BDE to Interbase I cannot get transactions to
work despite trying out lots of stuff. Calling .Commit results in an
Access Violation in ib_utils. I don't need multiple transactions
since I usually want this scenario:

starttransaction
(lots of writes)
commit
and if an error undo EVERYTHING


Could it be one of my property settings?

Autocommit = true;
TIB_Database being used (with TwwIBOTables)
No Transaction components, using all defaults


Thanks in advance
Hundri