Subject | Re: JayBird & charset |
---|---|
Author | Roman Rokytskyy |
Post date | 2002-10-17T13:10:41Z |
> <parameter>Parameter is called "lc_ctype" and values are ones that are in the
> <name>CharSet</name>
> <value>Cp1251</value>
> </parameter>
Language Reference. In your case that would be:
<parameter>
<name>lc_ctype</name>
<value>WIN1251</value>
</parameter>
Another option would be to include it in JDBC URL:
jdbc:firebirdsql:...mydb.gdb?lc_ctype=WIN1251
Best regards,
Roman Rokytskyy