2
Answers

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

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)