[fpc-pascal] SQLdb :: Commit, Rollback, etc.

Sven Barth pascaldragon at googlemail.com
Wed Nov 30 17:34:53 CET 2011


Am 30.11.2011 15:47, schrieb Marcos Douglas:
> Hi,
>
> Why TSQLTransaction.Commit calls CloseDataSets?
> Always that I call StartTransaction and Commit/Rollback and I have to
> reopen my DataSets?!

Use CommitRetaining and RollbackRetaining. These don't call CloseDataSets.

Regards,
Sven




More information about the fpc-pascal mailing list