Subject | Re: [Firebird-Java] Possible bug?: GDS Exception. 335544321 when doing resultSet.next() |
---|---|
Author | Jerker Klang |
Post date | 2006-02-02T17:22:22Z |
Marco Parmeggiani wrote:
lc_ctype=ISO8859_1 it worked like a charm. However, the string I tried
to insert didn't contain anything outside the normal ASCII range (only
looked at it briefly) so perhaps a string larger than 256 characters are
read differently with charset NONE (JayBird default I suppose) compared
to charset ISO8859_1. Very well, not it works again.
Thanks for helping me regain my (very short) lost confidence for
Firebird 8-).
//Jerker
> if i remember well, i get this error also when i have a "out of theThanks! It helped. When I changed the connection url to
> current charset" character in the varchar field or if i connect to the
> database without specifiyng the charset, the charset is used in the
> field and the field contains some character from that charset.
>
lc_ctype=ISO8859_1 it worked like a charm. However, the string I tried
to insert didn't contain anything outside the normal ASCII range (only
looked at it briefly) so perhaps a string larger than 256 characters are
read differently with charset NONE (JayBird default I suppose) compared
to charset ISO8859_1. Very well, not it works again.
Thanks for helping me regain my (very short) lost confidence for
Firebird 8-).
//Jerker