2
Answers

How to add if not exist rows to SQL table from DataGridView

Photo of Langane Ubaldo

Langane Ubaldo

4y
681
1
I need to add rows from DataGridView to SQL table, only thos rows that not existe in tha table. I use DataAdapter.Upadate.
 
 

Answers (2)