Error when updating dataset!

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
 
O

One Handed Man \( OHM - Terry Burns \)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top