It's a bug and will be fixed. Thanks for reporting this one.

Regards

Alexander Schr�der
SAP Labs Berlin

> -----Original Message-----
> From: Sven K�hler [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, January 04, 2003 2:34 AM
> To: [EMAIL PROTECTED]
> Subject: [BUG?] JDBC and Integer columns
> 
> 
> hi,
> 
> ResultSet r = ...
> r.getMetaData().getColumnClassName(1) returns "java.lang.Integer"
> r.getMetaData().getColumnTypeName(1) returns "INTEGER"
> _but_
> r.getObject(1).getClass() returns "java.math.BigDecimal".
> 
> Shouldn't getObject() return an Integer-Object instead of a 
> BigDecimal?
> 
> 
> 
> _______________________________________________
> 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

Reply via email to