I've just changed to use the new Eclipse JEE and found that has the database connection tool that enables me to run SQL commands right from Eclipse. I love the feature but some of SQLs used in my project contain some non-Latin characters. Running those command from the tool result in a wrong encoded values in the database (all becomes '?'). Is there a way to deal with this?
|
feedback
|