JDBC Type 4 Driver Programmer's Reference
[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 jdbcmx.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
jdbcmx.blobTableName, or the property is set to an invalid value.
Effect: The application cannot access BLOB columns.
Recovery: Set the jdbcmx.blobTableName property to a valid LOB table name. The LOB
table name is of format catalog.schema.lobTableName.
[back to the top
29060 HY000 'jdbcmx.clobTableName' property is not set or
set to null value or set to invalid value
Cause: jdbcmx.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 jdbcmx.clobTableName property to a valid LOB table name. The LOB
table name is of format catalog.schema.lobTableName.
[back to the top]
29061 HY00 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.