Error when updating dataset!

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

Hi!

I'm deleting a row by filter it out from a dataview that is made from a
dataset table.

Use the DataView.Item(0).Row.Delete() method after it's filtered out and
then I delete it thru Update on the oledbadapter..

The Update methiod gives me this..

"Deleted row information cannot be accessed through the row"

What does that mean? If I check the database.. the row is gone.

/Lars
 
where is the update code ? ie what event

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Back
Top