Java adding symbols into derby query results?

minhtuancn

New Member
I have an Apache Derby Database, that I dumped from a sql file, however for some reason when I query the database in java, some unique symbols that I need in the database are prefixed with other symbols, or just don't turn out right. I also have a special font that I use, so I'm wondering if that's the problem, however when I had an sqlite database, it ran perfectly. When I query the database from the ij command line tool, everything is fine. I'm not sure what's going on.edited from comments, relevant info.\[quote\] when I query for the column that should have a character like
 
Top