Subject FireBird and UNICODE
Author priand
I created a new FireBird (1.03) database using IBOConsole and set
the default character set to UNICOODE_FSS.
My application is accessing firebird with the following URL:
jdbc:firebirdsql://127.0.0.1/c:\fbapp.gdb?lc_ctype=UNICODE_FSS
and I'm using the latest available JayBird (1.01). Also, I'm only
using PreparedStatement with setString().

Unfortunatly, I cannot deal with unicode characters: I just got
square in place of the characters.

I also tried with different GUI (IBManager, Marathon...) and I
was'nt able to enter any unicode characters (greek, symbols...)

Finally, I tried with Borland's database pilot and was'nt more lucky!

What did I miss? Do I have to specify the character set individually
to all fields?

Any help appreciated,

Thanks.