Hello

    It seems that some get methods that must work on a LONG column doesn't.
    getByte, getShort, getInt, getLong, getFloat, getDouble, getBigDecimal
and getBoolean

    The same problem happends with setNull(n, type) when type is one of the
following java.sql.Types
    Tinyint, Smallint, Integer, Bigint, Float, Double, Decimal and Bit

    All those methods fail with SQLException "Cannot convert from SQL LONG
to ...."

    I don't find those methods checked in the Sun JDBC test but the
specification of JDBC 1.3 states clearly that those methods must be
supported.

Regards
Blas Rodriguez Somoza

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to