Page 1 of 1

UniLoader.Load assert in UniDac 5.1.4

Posted: Wed 06 Nov 2013 12:45
by nacTyx
Hello,

I tryed UNIDAC 5.1.4 with code from AlexP http://forums.devart.com/viewtopic.php? ... 741#p94159
UniLoader := TUniLoader.Create(nil);
try
UniLoader.Connection := LiteUniConnection;
UniLoader.TableName := 'DST';
UniLoader.OnPutData := PutData;
UniLoader.Load;
finally
UniLoader.Free;
end;
And when I call UniLoader.Load I see EAsserionFailed in CRAccess.pas line 1504.
Image

Any idea?

Re: UniLoader.Load assert in UniDac 5.1.4

Posted: Thu 07 Nov 2013 08:04
by AlexP
Helo,

We have already fixed the problem, the fix will be included to the next version of UniDAC

Re: UniLoader.Load assert in UniDac 5.1.4

Posted: Thu 07 Nov 2013 08:12
by nacTyx
AlexP wrote:Helo,

We have already fixed the problem, the fix will be included to the next version of UniDAC
Ок. Thanks.

Re: UniLoader.Load assert in UniDac 5.1.4

Posted: Mon 11 Nov 2013 10:50
by AlexP
Hello,

If you have any other questions, feel free to contact us

Re: UniLoader.Load assert in UniDac 5.1.4

Posted: Mon 11 Nov 2013 11:01
by nacTyx
AlexP wrote:Hello,

If you have any other questions, feel free to contact us
OK. Thanks.