StoredProcHasDML property

Applies to
TIB_StoredProc

Declaration
Property StoredProcHasDML;

Description
After the stored procedure is executed it is necessary to inform the IB_Transaction component if any DML was performed so that it can become active.

If this is set at false and DML is performed the transaction status will not be updated to tsActive and changes made in the stored procedure could be lost depending on how the transaction is closed.

Set this to false for procedures that are returning information only.