Hi Łukasz,
Can you give us some more information on what you can do in ij but not
in your own Java client? Samples of the successful and unsuccessful code
might help us better understand what's not working for you.
Thanks,
-Rick
Łukasz Kaleta wrote:
Hi,
I have problem with getting data from derby database with correct encoding.
I try:
CONNECT
'jdbc:derby:C:\Workspace\IDEA\Prescription\dbtest;create=true;territory=pl_PL;
CREATE TABLE ....
when I read data from created table in ij everythink is ok, but when I
get data from java.sql.ResultSet I can't reach correct polish chars?
Waht can be the reason of that? What should I do to get correct chars?