0x0056005B (5636187) An SQLEndTran operation was passed an incorrect operation code.
Explanation
Valid operations are SQL_COMMIT or SQL_ROLLBACK.
sqlstate: HY012
User response
Correct the application to pass the correct values.
Valid operations are SQL_COMMIT or SQL_ROLLBACK.
sqlstate: HY012
Correct the application to pass the correct values.