Subject RE: [Firebird-Java] Re: Result Set not returning all rows
Author Ken Richard
You probably already know this but...I confirmed that setting the
lc_ctype to NONE fixes the problem on my side.

-----Original Message-----
From: rrokytskyy [mailto:rrokytskyy@...]
Sent: Saturday, April 13, 2002 6:29 AM
To: Firebird-Java@yahoogroups.com
Subject: [Firebird-Java] Re: Result Set not returning all rows

> The test inserts four rows into a table. The third row contains a
> copyright symbol. When I select * only two rows are returned and
> no exceptions are thrown.
>
> In my larger program - I get gds synchronzation exceptions when I
> try to close the resultset and statements. I do not get these
> exceptions in the test case - but I am able to recreate the problem
> where not all rows are returned.

Confirmed. This happens when you don't specify the lc_ctype and let
the driver select one. If you do specify the NONE, it works ok. I
will make more testing to find out what charset causes the problem.

Also we have to check why request sync. exception happens and
not "cannot transliterate...".

Best regards,
Roman Rokytskyy