Subject | Re: Property name for specifying character set |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-06-10T12:09:46Z |
Thomas,
supported (at least that was status quo till recently).
Best regards,
Roman
> jdbcProperties.put ("charSet", "ISO8859_1");jdbcProperties.put ("lc_ctype", "ISO8859_1");
> jdbcProperties.put ("dialect", "3");you do not need this one. dialect 3 is by default. dialect 1 is not
supported (at least that was status quo till recently).
> If "lc_ctype" will be used, then another exception occurs, whichCan you paste the stack trace of that exception?
> probably has someting to do with the Promomatter connection pool.
Best regards,
Roman