Page 1 of 1

Errors with UniLoader

Posted: Fri 22 Feb 2013 13:09
by CristianP
Hallo,

I have made a test project with 5 different errors when transfering with TUniLoader from a TUniTable set to unidirectional. The errors occur if FetchRows < maximum table rows. And the max value of FetchRows is 65535.
I have sent an email with project to AnderyZ on 20 feb. but I do not have any response.
Can I do something to avoid the errors?

Best Regards,
Cristian Peța

Re: Errors with UniLoader

Posted: Fri 22 Feb 2013 13:37
by CristianP
Hallo,

I observed this only to tables with binary fields after UniLoader request next packet of rows (after FetchRows limit).

Best Regards,
Cristian Peța

Re: Errors with UniLoader

Posted: Mon 25 Feb 2013 07:32
by CristianP
Hallo,

I tried to fetch all with unidirectional dataset but do not work:

Code: Select all

  UniTable1.UniDirectional := True;
  UniTable1.SpecificOptions.Values['FetchAll'] := 'True';
In this case I must set to UniDirectional to False.
Is there a better solution?

Best Regards,
Cristian Peţa

Re: Errors with UniLoader

Posted: Mon 25 Feb 2013 09:41
by AlexP
Hello,

Thank you for the information, we have reproduced the problem and will try to fix it in the nearest version.