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
Errors with UniLoader
Re: Errors with UniLoader
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
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
Hallo,
I tried to fetch all with unidirectional dataset but do not work:
In this case I must set to UniDirectional to False.
Is there a better solution?
Best Regards,
Cristian Peţa
I tried to fetch all with unidirectional dataset but do not work:
Code: Select all
UniTable1.UniDirectional := True;
UniTable1.SpecificOptions.Values['FetchAll'] := 'True';Is there a better solution?
Best Regards,
Cristian Peţa
Last edited by CristianP on Mon 25 Feb 2013 09:52, edited 1 time in total.
Re: Errors with UniLoader
Hello,
Thank you for the information, we have reproduced the problem and will try to fix it in the nearest version.
Thank you for the information, we have reproduced the problem and will try to fix it in the nearest version.