Description
setNull(x, java.sql.Types.BLOB) fails with the following message when batching is turned on ( x is column number).
Message is: " An attempt was made to get a data value of type 'java.lang.Object' from a data value of type 'BLOB'."
setNull(x, java.sql.Types.BLOB) fails with the following message when batching is turned on ( x is column number).
Message is: " An attempt was made to get a data value of type 'java.lang.Object' from a data value of type 'BLOB'."