Adding unique row
Adding unique row

Hi,
I want testing or checking if a row exist in table before adding.
If exist i don't add if not i'll add.
How can i do ?
Merci pour votre aide.
This discussion has been closed.
Hi,
I want testing or checking if a row exist in table before adding.
If exist i don't add if not i'll add.
How can i do ?
Merci pour votre aide.
Answers
Are you asking about adding a row to a Datatables using something like
row.add()
? Or are you using Editor and want to check when creating a new row in a Database?Please provide more details and what the unique criteria is.
Kevin