by RedGrittyBrick <RedGrittyBrick@[EMAIL PROTECTED]
>
Apr 14, 2008 at 12:00 PM
Mr. X. wrote:
> Hello.
> Also in Squirrel eighter on java code
> (connection string is : jdbc:mysql://localhost/mydb )
>
> select '???'
> (can you see Hebrew ?).
>
> I see that the result is ??? (three question remarks).
It works fine for me using SQuirreL 2.2 and Derby
select code, 'foo', 'אבג', 'bar' from app.customer;
returned a nice table with Hebrew characters in the 3rd column.
>
> How can I solve the above ?
>
I think it's not a Java programming problem.
Try asking in comp.databases.mysql
Try using MySQL's command line tools
http://dev.mysql.com/doc/refman/5.1/en/mysql.html
Obviously, you'll have to set up your command line environment to use a
character set/encoding/font that sup****ts Hebrew.
If you can get MySQL's command line tools to behave the way you want, I
expect getting SQuirreL and Java to do what you want should be easier.
--
RGB