Hitachi

Hitachi Advanced Database Messages


KFAA71687-E

The object cannot be converted to the SQL type. (object = "aa....aa", SQL type = "bb....bb") (J)

The object aa....aa that was specified with the setObject method cannot be converted to the SQL data type bb....bb. <SQLSTATE: R2441>

aa....aa:

Object name of the specified object

bb....bb: The specified SQL type

The literal name specified by java.sql.Types is displayed.

S:

Terminates processing.

Action:

Specify an SQL type that can be converted. Alternatively, specify an object compatible with the SQL type.