Alphabetic list of error messages
730
Cannot commit or rollback while enlisted in a transaction
Item Value
SQLCODE -800
Constant SQLE_CANNOT_COMMIT_OR_ROLLBACK_WHIL
E_ENLISTED
SQLSTATE 55W09
Sybase error code 13810
ODBC 2 State ERROR
ODBC 3 State ERROR
You tried to explicitly commit or rollback on a connection that is enlisted in
a transaction. You must use the Commit/Abort protocol of the transaction
instead.
Cannot convert %1 to a %2
Item Value
SQLCODE -157
Constant SQLE_CONVERSION_ERROR
SQLSTATE 53018
Sybase error code 257
ODBC 2 State 07006
ODBC 3 State 07006
Parameter 1 The value that could not be converted.
Parameter 2 The name of the type for the conversion.
You supplied to or fetched from the database an invalid value. For example,
the value 12X might have been supplied where a number was required.
Probable cause
Probable cause