- An option to TSQLTransaction, called stoUseImplicit, which means the implicit
transaction handling of the engine will be used.
(SQLDB then simply doesn't start a transaction)
This has the effect that every statement will then be committed at once.
- An option to TSQLQuery called sqoAutoCommit, which will commit each statement
at once.
i.e. it calls SQLTranaction.Commit after each command.
Sorry, I thought that was a mission to TSQLTransaction.Action as it accepts
some values like caCommitRetaining or caRollback. So, how does this property
works?
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus