Subject | Re: UNICODE_FSS, internationalization issue |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-07-09T09:57:55Z |
Hi,
Latin 1 and we have to check if any string literal that is not
compatible with ISO Latin 1 is allowed there.
If you build SQL queries on the fly, you have to switch to the
PreparedStatements.
Best regards,
Roman Rokytskyy
> My assumption right now is that the driver encodes the query stringI'm not sure about this. Usually SQL statement is specified in ISO
> I provide, in the the default encoding of the JVM which I believe is
> a mistake.
Latin 1 and we have to check if any string literal that is not
compatible with ISO Latin 1 is allowed there.
If you build SQL queries on the fly, you have to switch to the
PreparedStatements.
Best regards,
Roman Rokytskyy