JDBC Type 2 Driver 3.0 Programmer's Reference (SQL/MX 3.x)
29053 HY000 SQL SELECT statement is invalid in executeUpdate() method
Cause: A select SQL statement was used in the executeUpdate() method.
Effect: The SQL query not performed exception is reported.
Recovery: Use the executeQuery() method to issue the select SQL statement.
[back to the top]
29054 HY000 Only SQL SELECT statements are valid in executeQuery() method
Cause: A non-select SQL statement was used in the executeQuery() method.
Effect: The exception reported is "SQL query not performed".
Recovery: Use the executeUpdate() method to issue the non-select SQL statement.
[back to the top]
29055 22003 The Date ({0}) is not in format yyyy-mm-dd for column/parameter number
{1,number,integer}
Cause: An attempt was made to enter an invalid date format into a DATE column type.
Effect: An exception is thrown; is not updated.
Recovery: Make sure that a date in the form of yyyy-mm-dd is used.
[back to the top]
29056 HY000 Statement is already closed
Cause: A validateSetInvocation() or validateExecuteInvocation method was used on a closed statement.
Effect: The validation on the statement fails and returns an exception.
Recovery: Use the validateSetInvocation() or validateExecuteInvocation method prior to the statement close.
[back to the top]
29057 HY000 Auto generated keys not supported
Cause: An attempt was made to use the Auto-generated keys feature.
Effect: The attempt does not succeed.
Recovery: The Auto-generated keys feature is not supported.
[back to the top]
29058 HY000 Connection is not associated with a PooledConnection object
Cause: The getPooledConnection() method was invoked before the PooledConnection object was established.
Effect: A connection from the pool cannot be retrieved.
Recovery: Make sure a PooledConnection object is established before using the getPooledConnection() method.
[back to the top]
29059 HY000 'blobTableName' property is not set or set to null value or set to invalid value










