Store Chinese character into MySQL 5.0
Hi, anyone can help me?
How to store chinese character from JTextField into MySQL 5.0 database? I have create a column of varchar type with "Character set big5" in DEFAULT. It is no problem while input chinese character at "MySQL Command Line Client" windows.
But, I have a problem is when I insert a chinese character from JTextField into database, it display "?" . Anyone can try me out how to store chinese character into MySQL database?
Thank You.