TUniLoader Duplicate Records
TUniLoader Duplicate Records
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
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.