Effects of calling SQLTransact() in a DB2® UDB CLI application
When a transaction ends:
- All statements must be prepared before they can be used again.
- Cursor names, bound parameters, and column bindings are maintained from
one transaction to the next.
- All open cursors are closed.