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?