Charset #65 [message #92143] |
Wed, 24 March 2004 03:34 |
rudi
Messages: 8 Registered: March 2003
|
Junior Member |
|
|
hi!
i recieve some strings from a stored procedure and when displaying the data they looks like '0x656567...'.
after trying a lot of things i know the following:
the return data type is of type "oracle.sql.CHAR"
the characterSet is of type "oracle.sql.UnknownCharacterSet"
the oracleId is 65 (characterSet.getOracleId)
after searching the oracle driver code i found out that for oracleId=65 the character converter class named "CharacterConverter002e" will be search.
But there is not such class in classes12.zip or nls_charset12.zip!!
what is wrong??
best regards,
rudi
|
|
|