Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Problem solved adding a tInformixRow just after tInformixConnection with a "BEGIN WORK" statement.
Reference:
"Each row that an UPDATE, DELETE, or INSERT statement affects during a transaction is locked and remains locked throughout the transaction. A transaction that contains many such statements or that contains statements that affect many rows can exceed the limits that your operating system or the database server configuration imposes on the number of simultaneous locks."
Problem solved adding a tInformixRow just after tInformixConnection with a "BEGIN WORK" statement.
Reference:
"Each row that an UPDATE, DELETE, or INSERT statement affects during a transaction is locked and remains locked throughout the transaction. A transaction that contains many such statements or that contains statements that affect many rows can exceed the limits that your operating system or the database server configuration imposes on the number of simultaneous locks."