Question Insert Row error, wrong row still in dataset

bavelt

New member
Joined
Feb 3, 2015
Messages
1
Programming Experience
Beginner
Hello,
I've got a (perhaps simple) problem and found still no solution yet.

I've learned for adding records to an Access Database to use both the dataAdapter and Dataset.

When I insert a row in the dataset, it will be physibally updated in the database by the "update command (da.Update)"

But when this returns an error (key alreays exists in the database), the wrong row is still in the dataset! And that keeps giving the error for every further update on that database.

The question is: how do I get rid of the wrong row in the dataset?

Bavelt
 
Back
Top