T
Tony Johansson
Hello!
I have a DataGridView with 6 columns one of these is a social security
number that is unique to every person and
the primary key for the database table.
Now when I enter this social security number I want to check that it doesn't
exist in DataGridView because I want to avoid getting error from the
database when I save to the database.
What is the best way to do that ?
//Tony
I have a DataGridView with 6 columns one of these is a social security
number that is unique to every person and
the primary key for the database table.
Now when I enter this social security number I want to check that it doesn't
exist in DataGridView because I want to avoid getting error from the
database when I save to the database.
What is the best way to do that ?
//Tony