KI_COMMIT
Argument | Enumeration | Purpose |
---|---|---|
connect | Database connection | |
status | KDB_ERROR_ENUM | Return status |
KI_COMMIT
This function commits changes done since the last KI_BEGIN to the database open on the connection.
This mechanism for controlling transactions has been replaced in KCML 6.20 by the WHILE TRANS ... END TRANS loop which allows deadlocks to be handled automatically.