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? -- Pozdrawiam Łukasz Kaleta
