UniLoader.Load assert in UniDac 5.1.4
Posted: 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

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

Any idea?