UniLoader.Load assert in UniDac 5.1.4

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nacTyx
Posts: 11
Joined: Wed 12 Dec 2012 19:19

UniLoader.Load assert in UniDac 5.1.4

Post by nacTyx » Wed 06 Nov 2013 12:45

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?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniLoader.Load assert in UniDac 5.1.4

Post by AlexP » Thu 07 Nov 2013 08:04

Helo,

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

nacTyx
Posts: 11
Joined: Wed 12 Dec 2012 19:19

Re: UniLoader.Load assert in UniDac 5.1.4

Post by nacTyx » Thu 07 Nov 2013 08:12

AlexP wrote:Helo,

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniLoader.Load assert in UniDac 5.1.4

Post by AlexP » Mon 11 Nov 2013 10:50

Hello,

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

nacTyx
Posts: 11
Joined: Wed 12 Dec 2012 19:19

Re: UniLoader.Load assert in UniDac 5.1.4

Post by nacTyx » Mon 11 Nov 2013 11:01

AlexP wrote:Hello,

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

Post Reply