JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.2.1 (H06.26+, J06.15+)
Recovery: Use the validateSetInvocation() or validateExecuteInvocation method
prior to the statement close.
nl
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.
nl
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.
nl
29059 HY000 'blobTableName' property is not set or set to null value or set
to invalid value
Cause: Attempted to access a BLOB column without setting the property blobTableName, or the
property is set to an invalid value.
Effect: The application cannot access BLOB columns.
Recovery: Set the blobTableName property to a valid LOB table name. The LOB table name is
of format catalog.schema.lobTableName.
nl
29060 HY000 'clobTableName' property is not set or set to null value or set
to invalid value
Cause: clobTableName property is not set or is set to null value or set to an invalid value.
Effect: The application cannot access CLOB columns.
Recovery: Set the clobTableName property to a valid LOB table name. The LOB table name is
of format catalog.schema.lobTableName.
nl
29061 HY000 Lob object {0} is not current
Cause: Attempted to access a CLOB column without setting the property jdbcmx.clobTableName
or the property is set to an invalid value.
Effect: The application cannot access CLOB columns.
Recovery: Set the jdbcmx.clobTableName property to a valid LOB table name. The LOB table
name is of format catalog.schema.lobTableName.
nl
29062 HY000 Operation not allowed since primary key columns are not in
the select list
Cause: getKeyColumns() fails on table created without a primary key column.
Effect: No primary key data is returned for table.
Recovery: Alter the table to include a primary key column, or remove the getKeyColumns()
method call from the program.
nl
88 Messages










