Subject Re: [firebird-support] Explicit Transaction + Suspend
Author Dimitry Sibiryakov
24.11.2016 19:59, fabianch@... [firebird-support] wrote:
> can my app start a transaction with Begin Transaction and
> then call a stored procedure that contains the SUSPEND sentence at the end
> while the transaction is still opened?

SUSPEND has nothing to do with transaction. It breaks atomicity of the statement
savepoint, but not transaction.


--
WBR, SD.