Hi!
I created a really simple CRUD app in C# using MS SQL as back end.
I connected the DB using connection string
and
use dataset, and data adapter to pull data from the db
Im searching for the simplest way of checking record if it exist in a table
before adding a new record or updating it successfully?
Thanks!