Hi, Not sure if this is a bug or intentional, but invoking setObject (parameter,value) where the column is a SMALLINT and the value is a Short throws the following exception:
SQL Exception: An attempt was made to get a data value of type 'SMALLINT' from a data value of type 'java.lang.Short'. Invoking setShort(..) on the same column works just fine. regards Tony Seebregts