Subject RE: [Firebird-Java] Re: bad news about encoding...
Author Claus Holst
//I'am beginner in Firebird-Java group.
//I have problem in create SQL script for unicode,
//can someone help, and give me sample code.
//
//for example, I want to do this:
//
//INSERT INTO TEST (UNICODE_FSS_FIELD) VALUES ('?/????')
//or
//INSERT INTO TEST (UNICODE_FSS_FIELD) VALUES (' ?? ?????? ??????? ??????? )

I am doing the above, and it works. In that project I am using InterClient
though.

Remember that the database (or at least the field) should be declared as
UNICODE_FSS.

Regards /Claus