Subject Re: Result Set not returning all rows
Author rrokytskyy
> 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