how to avoid violation primary_key constraint problem

getnitha

Member
Joined
Jul 16, 2007
Messages
14
Programming Experience
1-3
hi

i am trying to insert multiple data into a table.i need to check duplicates before insertion.can anyone plse help me to chck this
 
just insert it anyway; the pk violation will ensure no duplicates exist. Catch the error and ignore it.
 
Back
Top