MYSQL 5.0

Dears:

I am working with project for an inventroy SYSTEM, and i store all data into the MYSQL database, but the system should be able to set three language type, ENGLISH, FRESH and ARABIC....

The main problem i found till now is when storing the data with ARABIC Language, so when i retreive the data from DATABASE it seems like this (?).....

So please i need your support....

Thanks and best regards

[431 byte] By [Mr.shaggya] at [2007-11-26 19:33:47]
# 1

What language is FRESH? ;-)

Just, kidding. Your problem is the character set currently set by both the Database and the Driver. Read the MySQL documentation to find out how to set the Character set to UTF-8 and the Connector/J documentation to find out how to set the Character set to UTF-8 there as well. After that your problem should be solved (as long as whatever is displaying the output is also using UTF-8).

masijade.a at 2007-7-9 22:06:38 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
FRENSH Sorry
Mr.shaggya at 2007-7-9 22:06:38 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...