cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Jdbc adapter

Former Member
0 Kudos

HI Experts,

good morning to all!!!

how to avoid duplicate records in Jdbc adapter? we have to create primary key or we have to set flag parameter plz give me valuble suggestions to me

Thanks n Regards

Tahir

Accepted Solutions (1)

Accepted Solutions (1)

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

To avoid duplicate records in database....

1) use primary key in database table

2) use Action attribute as UPDATE_INSERT..so that new records will be inserted & duplicate records will be updated based on primary key.

Regards

Abhijit

Answers (0)