You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by da...@apache.org on 2006/04/01 01:06:37 UTC

svn commit: r390536 [11/12] - in /db/derby/code/trunk: java/build/org/apache/derbyBuild/ java/client/org/apache/derby/client/am/ java/client/org/apache/derby/loc/ java/engine/org/apache/derby/loc/ java/shared/org/apache/derby/shared/common/reference/ j...

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/updatableResultSet.out
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/updatableResultSet.out?rev=390536&r1=390535&r2=390536&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/updatableResultSet.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/updatableResultSet.out Fri Mar 31 15:06:34 2006
@@ -644,50 +644,50 @@
     Using column name as first parameter to updateDouble
   Testing updateString on SQL type SMALLINT
     Using column position as first parameter to updateString
-      Got expected exception : Invalid data conversion: Parameter instance 1992                                                         is invalid for requested conversion. Caused by exception class java.lang.NumberFormatException: 1992                                                        
+      Got expected exception : Invalid character string format for type SMALLINT. Caused by exception class java.lang.NumberFormatException: 1992                                                        
     Using column name as first parameter to updateString
-      Got expected exception : Invalid data conversion: Parameter instance 1992                                                         is invalid for requested conversion. Caused by exception class java.lang.NumberFormatException: 1992                                                        
+      Got expected exception : Invalid character string format for type SMALLINT. Caused by exception class java.lang.NumberFormatException: 1992                                                        
   Testing updateAsciiStream on SQL type SMALLINT
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'SMALLINT'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'SMALLINT'.
   Testing updateCharacterStream on SQL type SMALLINT
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'SMALLINT'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'SMALLINT'.
   Testing updateByte on SQL type SMALLINT
     Using column position as first parameter to updateByte
     Using column name as first parameter to updateByte
   Testing updateBytes on SQL type SMALLINT
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'SMALLINT'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'SMALLINT'.
   Testing updateBinaryStream on SQL type SMALLINT
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'SMALLINT'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'SMALLINT'.
   Testing updateClob on SQL type SMALLINT
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type SMALLINT
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'SMALLINT'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'SMALLINT'.
   Testing updateTime on SQL type SMALLINT
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'SMALLINT'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'SMALLINT'.
   Testing updateTimestamp on SQL type SMALLINT
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'SMALLINT'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'SMALLINT'.
   Testing updateBlob on SQL type SMALLINT
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
@@ -724,50 +724,50 @@
     Using column name as first parameter to updateDouble
   Testing updateString on SQL type INTEGER
     Using column position as first parameter to updateString
-      Got expected exception : Invalid data conversion: Parameter instance 1992                                                         is invalid for requested conversion. Caused by exception class java.lang.NumberFormatException: 1992                                                        
+      Got expected exception : Invalid character string format for type INTEGER. Caused by exception class java.lang.NumberFormatException: 1992                                                        
     Using column name as first parameter to updateString
-      Got expected exception : Invalid data conversion: Parameter instance 1992                                                         is invalid for requested conversion. Caused by exception class java.lang.NumberFormatException: 1992                                                        
+      Got expected exception : Invalid character string format for type INTEGER. Caused by exception class java.lang.NumberFormatException: 1992                                                        
   Testing updateAsciiStream on SQL type INTEGER
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'INTEGER'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'INTEGER'.
   Testing updateCharacterStream on SQL type INTEGER
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'INTEGER'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'INTEGER'.
   Testing updateByte on SQL type INTEGER
     Using column position as first parameter to updateByte
     Using column name as first parameter to updateByte
   Testing updateBytes on SQL type INTEGER
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'INTEGER'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'INTEGER'.
   Testing updateBinaryStream on SQL type INTEGER
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'INTEGER'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'INTEGER'.
   Testing updateClob on SQL type INTEGER
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type INTEGER
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'INTEGER'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'INTEGER'.
   Testing updateTime on SQL type INTEGER
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'INTEGER'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'INTEGER'.
   Testing updateTimestamp on SQL type INTEGER
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'INTEGER'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'INTEGER'.
   Testing updateBlob on SQL type INTEGER
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
@@ -804,50 +804,50 @@
     Using column name as first parameter to updateDouble
   Testing updateString on SQL type BIGINT
     Using column position as first parameter to updateString
-      Got expected exception : Invalid data conversion: Parameter instance 1992                                                         is invalid for requested conversion. Caused by exception class java.lang.NumberFormatException: 1992                                                        
+      Got expected exception : Invalid character string format for type BIGINT. Caused by exception class java.lang.NumberFormatException: 1992                                                        
     Using column name as first parameter to updateString
-      Got expected exception : Invalid data conversion: Parameter instance 1992                                                         is invalid for requested conversion. Caused by exception class java.lang.NumberFormatException: 1992                                                        
+      Got expected exception : Invalid character string format for type BIGINT. Caused by exception class java.lang.NumberFormatException: 1992                                                        
   Testing updateAsciiStream on SQL type BIGINT
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'BIGINT'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'BIGINT'.
   Testing updateCharacterStream on SQL type BIGINT
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'BIGINT'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'BIGINT'.
   Testing updateByte on SQL type BIGINT
     Using column position as first parameter to updateByte
     Using column name as first parameter to updateByte
   Testing updateBytes on SQL type BIGINT
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'BIGINT'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'BIGINT'.
   Testing updateBinaryStream on SQL type BIGINT
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'BIGINT'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'BIGINT'.
   Testing updateClob on SQL type BIGINT
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type BIGINT
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BIGINT'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BIGINT'.
   Testing updateTime on SQL type BIGINT
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'BIGINT'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'BIGINT'.
   Testing updateTimestamp on SQL type BIGINT
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BIGINT'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BIGINT'.
   Testing updateBlob on SQL type BIGINT
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
@@ -884,50 +884,50 @@
     Using column name as first parameter to updateDouble
   Testing updateString on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateString
-      Got expected exception : Invalid data conversion: Parameter instance 1992                                                         is invalid for requested conversion. Caused by exception class java.lang.NumberFormatException: 1992  
+      Got expected exception : Invalid character string format for type DECIMAL. Caused by exception class java.lang.NumberFormatException: 1992  
     Using column name as first parameter to updateString
-      Got expected exception : Invalid data conversion: Parameter instance 1992                                                         is invalid for requested conversion. Caused by exception class java.lang.NumberFormatException: 1992  
+      Got expected exception : Invalid character string format for type DECIMAL. Caused by exception class java.lang.NumberFormatException: 1992  
   Testing updateAsciiStream on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DECIMAL'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DECIMAL'.
   Testing updateCharacterStream on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'DECIMAL'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'DECIMAL'.
   Testing updateByte on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateByte
     Using column name as first parameter to updateByte
   Testing updateBytes on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DECIMAL'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DECIMAL'.
   Testing updateBinaryStream on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DECIMAL'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DECIMAL'.
   Testing updateClob on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DECIMAL'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DECIMAL'.
   Testing updateTime on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DECIMAL'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DECIMAL'.
   Testing updateTimestamp on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DECIMAL'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DECIMAL'.
   Testing updateBlob on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
@@ -967,45 +967,45 @@
     Using column name as first parameter to updateString
   Testing updateAsciiStream on SQL type REAL
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'REAL'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'REAL'.
   Testing updateCharacterStream on SQL type REAL
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'REAL'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'REAL'.
   Testing updateByte on SQL type REAL
     Using column position as first parameter to updateByte
     Using column name as first parameter to updateByte
   Testing updateBytes on SQL type REAL
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'REAL'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'REAL'.
   Testing updateBinaryStream on SQL type REAL
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'REAL'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'REAL'.
   Testing updateClob on SQL type REAL
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type REAL
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'REAL'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'REAL'.
   Testing updateTime on SQL type REAL
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'REAL'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'REAL'.
   Testing updateTimestamp on SQL type REAL
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'REAL'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'REAL'.
   Testing updateBlob on SQL type REAL
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
@@ -1045,45 +1045,45 @@
     Using column name as first parameter to updateString
   Testing updateAsciiStream on SQL type DOUBLE
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DOUBLE'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DOUBLE'.
   Testing updateCharacterStream on SQL type DOUBLE
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'DOUBLE'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'DOUBLE'.
   Testing updateByte on SQL type DOUBLE
     Using column position as first parameter to updateByte
     Using column name as first parameter to updateByte
   Testing updateBytes on SQL type DOUBLE
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'.
   Testing updateBinaryStream on SQL type DOUBLE
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DOUBLE'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DOUBLE'.
   Testing updateClob on SQL type DOUBLE
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type DOUBLE
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DOUBLE'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DOUBLE'.
   Testing updateTime on SQL type DOUBLE
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DOUBLE'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DOUBLE'.
   Testing updateTimestamp on SQL type DOUBLE
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DOUBLE'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DOUBLE'.
   Testing updateBlob on SQL type DOUBLE
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
@@ -1132,14 +1132,14 @@
     Using column name as first parameter to updateByte
   Testing updateBytes on SQL type CHAR(60)
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'CHAR'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'CHAR'.
   Testing updateBinaryStream on SQL type CHAR(60)
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'CHAR'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'CHAR'.
   Testing updateClob on SQL type CHAR(60)
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
@@ -1200,14 +1200,14 @@
     Using column name as first parameter to updateByte
   Testing updateBytes on SQL type VARCHAR(60)
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'VARCHAR'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'VARCHAR'.
   Testing updateBinaryStream on SQL type VARCHAR(60)
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'VARCHAR'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'VARCHAR'.
   Testing updateClob on SQL type VARCHAR(60)
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
@@ -1268,14 +1268,14 @@
     Using column name as first parameter to updateByte
   Testing updateBytes on SQL type LONG VARCHAR
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'LONGVARCHAR'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'LONGVARCHAR'.
   Testing updateBinaryStream on SQL type LONG VARCHAR
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'LONGVARCHAR'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'LONGVARCHAR'.
   Testing updateClob on SQL type LONG VARCHAR
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
@@ -1306,54 +1306,54 @@
 Next datatype to test is CHAR(2) FOR BIT DATA
   Testing updateShort on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'BINARY'.
     Using column name as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'BINARY'.
   Testing updateInt on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'BINARY'.
     Using column name as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'BINARY'.
   Testing updateLong on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'BINARY'.
     Using column name as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'BINARY'.
   Testing updateBigDecimal on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'BINARY'.
     Using column name as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'BINARY'.
   Testing updateFloat on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'BINARY'.
     Using column name as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'BINARY'.
   Testing updateDouble on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'BINARY'.
     Using column name as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'BINARY'.
   Testing updateString on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateString
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'String' into a data value of type 'BINARY'.
     Using column name as first parameter to updateString
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'String' into a data value of type 'BINARY'.
   Testing updateAsciiStream on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'BINARY'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'BINARY'.
   Testing updateCharacterStream on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'BINARY'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'BINARY'.
   Testing updateByte on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'BINARY'.
     Using column name as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'BINARY'.
   Testing updateBytes on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBytes
     Using column name as first parameter to updateBytes
@@ -1365,27 +1365,27 @@
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BINARY'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BINARY'.
   Testing updateTime on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'BINARY'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'BINARY'.
   Testing updateTimestamp on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BINARY'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BINARY'.
   Testing updateBlob on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
   Testing updateBoolean on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'BINARY'.
     Using column name as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'BINARY'.
   Testing updateNull on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateNull
     Using column name as first parameter to updateNull
@@ -1398,54 +1398,54 @@
 Next datatype to test is VARCHAR(2) FOR BIT DATA
   Testing updateShort on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'VARBINARY'.
   Testing updateInt on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'VARBINARY'.
   Testing updateLong on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'VARBINARY'.
   Testing updateBigDecimal on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'VARBINARY'.
   Testing updateFloat on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'VARBINARY'.
   Testing updateDouble on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'VARBINARY'.
   Testing updateString on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateString
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'String' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateString
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'String' into a data value of type 'VARBINARY'.
   Testing updateAsciiStream on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'VARBINARY'.
   Testing updateCharacterStream on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'VARBINARY'.
   Testing updateByte on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'VARBINARY'.
   Testing updateBytes on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBytes
     Using column name as first parameter to updateBytes
@@ -1457,27 +1457,27 @@
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'VARBINARY'.
   Testing updateTime on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'VARBINARY'.
   Testing updateTimestamp on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'VARBINARY'.
   Testing updateBlob on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
   Testing updateBoolean on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'VARBINARY'.
     Using column name as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'VARBINARY'.
   Testing updateNull on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateNull
     Using column name as first parameter to updateNull
@@ -1490,54 +1490,54 @@
 Next datatype to test is LONG VARCHAR FOR BIT DATA
   Testing updateShort on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'LONGVARBINARY'.
   Testing updateInt on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'LONGVARBINARY'.
   Testing updateLong on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'LONGVARBINARY'.
   Testing updateBigDecimal on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'LONGVARBINARY'.
   Testing updateFloat on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'LONGVARBINARY'.
   Testing updateDouble on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'LONGVARBINARY'.
   Testing updateString on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateString
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'String' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateString
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'String' into a data value of type 'LONGVARBINARY'.
   Testing updateAsciiStream on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'LONGVARBINARY'.
   Testing updateCharacterStream on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'LONGVARBINARY'.
   Testing updateByte on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'LONGVARBINARY'.
   Testing updateBytes on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateBytes
     Using column name as first parameter to updateBytes
@@ -1549,27 +1549,27 @@
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'LONGVARBINARY'.
   Testing updateTime on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'LONGVARBINARY'.
   Testing updateTimestamp on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'LONGVARBINARY'.
   Testing updateBlob on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
   Testing updateBoolean on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'LONGVARBINARY'.
     Using column name as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'LONGVARBINARY'.
   Testing updateNull on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateNull
     Using column name as first parameter to updateNull
@@ -1582,34 +1582,34 @@
 Next datatype to test is CLOB(1k)
   Testing updateShort on SQL type CLOB(1k)
     Using column position as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'CLOB'.
     Using column name as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'CLOB'.
   Testing updateInt on SQL type CLOB(1k)
     Using column position as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'CLOB'.
     Using column name as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'CLOB'.
   Testing updateLong on SQL type CLOB(1k)
     Using column position as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'CLOB'.
     Using column name as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'CLOB'.
   Testing updateBigDecimal on SQL type CLOB(1k)
     Using column position as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'CLOB'.
     Using column name as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'CLOB'.
   Testing updateFloat on SQL type CLOB(1k)
     Using column position as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'CLOB'.
     Using column name as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'CLOB'.
   Testing updateDouble on SQL type CLOB(1k)
     Using column position as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'CLOB'.
     Using column name as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'CLOB'.
   Testing updateString on SQL type CLOB(1k)
     Using column position as first parameter to updateString
     Using column name as first parameter to updateString
@@ -1621,45 +1621,45 @@
     Using column name as first parameter to updateCharacterStream
   Testing updateByte on SQL type CLOB(1k)
     Using column position as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'CLOB'.
     Using column name as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'CLOB'.
   Testing updateBytes on SQL type CLOB(1k)
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'CLOB'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'CLOB'.
   Testing updateBinaryStream on SQL type CLOB(1k)
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'CLOB'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'CLOB'.
   Testing updateClob on SQL type CLOB(1k)
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type CLOB(1k)
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'CLOB'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'CLOB'.
   Testing updateTime on SQL type CLOB(1k)
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'CLOB'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'CLOB'.
   Testing updateTimestamp on SQL type CLOB(1k)
     Using column position as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'CLOB'.
     Using column name as first parameter to updateTimestamp
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'CLOB'.
   Testing updateBlob on SQL type CLOB(1k)
     Using column position as first parameter to updateBlob
     Using column name as first parameter to updateBlob
   Testing updateBoolean on SQL type CLOB(1k)
     Using column position as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'CLOB'.
     Using column name as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'CLOB'.
   Testing updateNull on SQL type CLOB(1k)
     Using column position as first parameter to updateNull
     Using column name as first parameter to updateNull
@@ -1672,34 +1672,34 @@
 Next datatype to test is DATE
   Testing updateShort on SQL type DATE
     Using column position as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'DATE'.
     Using column name as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'DATE'.
   Testing updateInt on SQL type DATE
     Using column position as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'DATE'.
     Using column name as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'DATE'.
   Testing updateLong on SQL type DATE
     Using column position as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'DATE'.
     Using column name as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'DATE'.
   Testing updateBigDecimal on SQL type DATE
     Using column position as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'DATE'.
     Using column name as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'DATE'.
   Testing updateFloat on SQL type DATE
     Using column position as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'DATE'.
     Using column name as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'DATE'.
   Testing updateDouble on SQL type DATE
     Using column position as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'DATE'.
     Using column name as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'DATE'.
   Testing updateString on SQL type DATE
     Using column position as first parameter to updateString
       Got expected exception : null
@@ -1707,29 +1707,29 @@
       Got expected exception : null
   Testing updateAsciiStream on SQL type DATE
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DATE'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DATE'.
   Testing updateCharacterStream on SQL type DATE
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'DATE'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'DATE'.
   Testing updateByte on SQL type DATE
     Using column position as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'DATE'.
     Using column name as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'DATE'.
   Testing updateBytes on SQL type DATE
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DATE'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DATE'.
   Testing updateBinaryStream on SQL type DATE
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DATE'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DATE'.
   Testing updateClob on SQL type DATE
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
@@ -1738,9 +1738,9 @@
     Using column name as first parameter to updateDate
   Testing updateTime on SQL type DATE
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DATE'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DATE'.
   Testing updateTimestamp on SQL type DATE
     Using column position as first parameter to updateTimestamp
     Using column name as first parameter to updateTimestamp
@@ -1749,9 +1749,9 @@
     Using column name as first parameter to updateBlob
   Testing updateBoolean on SQL type DATE
     Using column position as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'DATE'.
     Using column name as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'DATE'.
   Testing updateNull on SQL type DATE
     Using column position as first parameter to updateNull
     Using column name as first parameter to updateNull
@@ -1764,34 +1764,34 @@
 Next datatype to test is TIME
   Testing updateShort on SQL type TIME
     Using column position as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIME'.
     Using column name as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIME'.
   Testing updateInt on SQL type TIME
     Using column position as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'TIME'.
     Using column name as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'TIME'.
   Testing updateLong on SQL type TIME
     Using column position as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'TIME'.
     Using column name as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'TIME'.
   Testing updateBigDecimal on SQL type TIME
     Using column position as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'TIME'.
     Using column name as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'TIME'.
   Testing updateFloat on SQL type TIME
     Using column position as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'TIME'.
     Using column name as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'TIME'.
   Testing updateDouble on SQL type TIME
     Using column position as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'TIME'.
     Using column name as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'TIME'.
   Testing updateString on SQL type TIME
     Using column position as first parameter to updateString
       Got expected exception : null
@@ -1799,37 +1799,37 @@
       Got expected exception : null
   Testing updateAsciiStream on SQL type TIME
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIME'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIME'.
   Testing updateCharacterStream on SQL type TIME
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'TIME'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'TIME'.
   Testing updateByte on SQL type TIME
     Using column position as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIME'.
     Using column name as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIME'.
   Testing updateBytes on SQL type TIME
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'TIME'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'TIME'.
   Testing updateBinaryStream on SQL type TIME
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIME'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIME'.
   Testing updateClob on SQL type TIME
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
   Testing updateDate on SQL type TIME
     Using column position as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'TIME'.
     Using column name as first parameter to updateDate
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'TIME'.
   Testing updateTime on SQL type TIME
     Using column position as first parameter to updateTime
     Using column name as first parameter to updateTime
@@ -1841,9 +1841,9 @@
     Using column name as first parameter to updateBlob
   Testing updateBoolean on SQL type TIME
     Using column position as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIME'.
     Using column name as first parameter to updateBoolean
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIME'.
   Testing updateNull on SQL type TIME
     Using column position as first parameter to updateNull
     Using column name as first parameter to updateNull
@@ -1856,34 +1856,34 @@
 Next datatype to test is TIMESTAMP
   Testing updateShort on SQL type TIMESTAMP
     Using column position as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateShort
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIMESTAMP'.
   Testing updateInt on SQL type TIMESTAMP
     Using column position as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateInt
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'int' into a data value of type 'TIMESTAMP'.
   Testing updateLong on SQL type TIMESTAMP
     Using column position as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateLong
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'long' into a data value of type 'TIMESTAMP'.
   Testing updateBigDecimal on SQL type TIMESTAMP
     Using column position as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateBigDecimal
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.Math.BigDecimal' into a data value of type 'TIMESTAMP'.
   Testing updateFloat on SQL type TIMESTAMP
     Using column position as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateFloat
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'float' into a data value of type 'TIMESTAMP'.
   Testing updateDouble on SQL type TIMESTAMP
     Using column position as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateDouble
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'double' into a data value of type 'TIMESTAMP'.
   Testing updateString on SQL type TIMESTAMP
     Using column position as first parameter to updateString
       Got expected exception : Timestamp format must be yyyy-mm-dd hh:mm:ss.fffffffff
@@ -1891,29 +1891,29 @@
       Got expected exception : Timestamp format must be yyyy-mm-dd hh:mm:ss.fffffffff
   Testing updateAsciiStream on SQL type TIMESTAMP
     Using column position as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateAsciiStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIMESTAMP'.
   Testing updateCharacterStream on SQL type TIMESTAMP
     Using column position as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateCharacterStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.Reader' into a data value of type 'TIMESTAMP'.
   Testing updateByte on SQL type TIMESTAMP
     Using column position as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateByte
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIMESTAMP'.
   Testing updateBytes on SQL type TIMESTAMP
     Using column position as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateBytes
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'TIMESTAMP'.
   Testing updateBinaryStream on SQL type TIMESTAMP
     Using column position as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateBinaryStream
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIMESTAMP'.
   Testing updateClob on SQL type TIMESTAMP
     Using column position as first parameter to updateClob
     Using column name as first parameter to updateClob
@@ -1922,9 +1922,9 @@
     Using column name as first parameter to updateDate
   Testing updateTime on SQL type TIMESTAMP
     Using column position as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'TIMESTAMP'.
     Using column name as first parameter to updateTime
-      Got expected exception : Illegal Conversion
+      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'TIMESTAMP'.
   Testing updateTimestamp on SQL type TIMESTAMP

[... 2359 lines stripped ...]