TUniLoader Duplicate Records

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wjm4
Posts: 72
Joined: Mon 12 Feb 2007 21:31

TUniLoader Duplicate Records

Post by wjm4 » Fri 18 Sep 2009 16:00

How are you suppose to handle duplicate records in TUniLoader? I do not see an onError event like TOraLoader had. Any help would be appreciated. Thanks

wjm4
Posts: 72
Joined: Mon 12 Feb 2007 21:31

Post by wjm4 » Fri 18 Sep 2009 16:05

I might should be more clear. I am inserting records into an oracle database with direct load = false. I have a file to insert but it contains the some of the same records that are already in the database and thus throw a primary key constraint. I want to just ignore that record and keep importing the file. Thanks for the help.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 21 Sep 2009 07:53

TOraLoader does not have any features for ignoring errors.

Post Reply