Posted By:
Govind_Saoji
Posted On:
Monday, November 29, 2004 09:01 PM
My java applet uses multibyte char set for encoding whereas my database does not support it.
I am storing multibyte string into my database with ASCII values, but I am facing a problem here.
When I retrive char from JTextBox, I get only "???" instead of multibyte char. I am using getText method to retrive data from JTextBox. Can somebody let me know how to tackle this problem?
Thanks in Advance!