Dear Marty,

for characters outside the ASCII (or ISO 8859-1) character set, use
an UNICODE database, with the types CHAR UNICODE, VARCHAR UNICODE.
the getString(...) method on an ResultSet is the way to retrieve this
data.

If you want to express that you want to store binary data, use 
CHAR BYTE. Here, use getBytes(...) on a result set to retrieve
that data.

Regards
Alexander Schr�der
SAP Labs Berlin



> -----Original Message-----
> From: Marty Chiu [mailto:yes90125x@;yahoo.com]
> Sent: Wednesday, November 06, 2002 2:00 AM
> To: [EMAIL PROTECTED]
> Subject: display character stored in binary
> 
> 
> I have a special reason (use extend character set)
> that some of the varchar fields must be stored as
> binary. Since I am using Java language but I don't
> know how to retreive and display this character.
> 
> Please help.
> 
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
> _______________________________________________
> 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