Neoview JDBC Type 4 Driver Programmer's Reference (R2.2, R2.3, R2.4, R2.5)
29054 HY000
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.
29056 HY000
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.
29057 HY000
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.
29058 HY000
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.
29059 HY000
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
hpt4jdbc.blobTableName, or the property is set to an invalid value.
Effect The application cannot access BLOB columns.
Recovery Set the hpt4jdbc.blobTableName property to a valid LOB table name. The
LOB table name is of format catalog.schema.lobTableName.
29060 HY000
29060 HY000 'hpt4jdbc.clobTableName' property is not set or set to null
value or set to invalid value
Cause Attempted to access a CLOB column without setting the
propertyhpt4jdbc.clobTableName property, or the property is set to null value or set to
an invalid value.
Effect The application cannot access CLOB columns.
Recovery Set the hpt4jdbc.clobTableName property to a valid LOB table name. The
LOB table name is of format catalog.schema.lobTableName.
Type 4 Driver Error Messages 85