Hi, I assume do you mean the column type LONG ASCII or LONG UNICODE. Yes, you are right, for columns of this type a driver should support the getXXX-methods you have listed in your mail. I will put it on my todo list.
Regards, Marco ---------------------------------------------- Marco PASKAMP SAP DB, SAP Labs Berlin > -----Original Message----- > From: Blas Rodriguez Somoza [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 18. April 2002 04:22 > To: [EMAIL PROTECTED] > Subject: JDBC > > > 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 > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
