[OJB-developers] Problems with Oracle 8.1.7: '49' -> "0x3439"
Brought to you by:
thma
From: <ubu...@ya...> - 2002-03-04 13:25:58
|
Hi all, I'm using ojb with an (existing) oracle database. There are columns of type varchar inside this database which contain (telephon-)numbers. If i try to retrieve their values, i get the hex representation of it: The database contains the String '49' and i get a java String "0x3439". Some more facts: - ojb 0.735 on Solaris 7 - oracle 8.1.7 - column definition: CC VARCHAR2(3) - Java type: String m_cc - field descriptor: <FieldDescriptor id="3"> <field.name>m_cc</field.name> <column.name>CC</column.name> <jdbc_type>VARCHAR</jdbc_type> </FieldDescriptor> Any ideas what's going on here? TIA! Uli __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Ihre E-Mail noch individueller? - http://domains.yahoo.de |