[ DATAVIEW from Cache ] How to delete a row ?

T

teo

I previously put a Dataview in the Cache
Me.Cache.Insert("myDVname", DV)

Now I retrieve it
Dim DV As DataView = Me.Cache("myDVname")
and populated a ListBox

All is ok.




Now I want to remove the 5th row.
(then put it again in the Cache)

But this

DV.AllowDelete = True
DV.Delete(5)

doesn't work.

- - - - -


How can I cut off a row
from the Dataview?
 

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

Members online

Forum statistics

Threads
474,266
Messages
2,571,087
Members
48,773
Latest member
Kaybee

Latest Threads

Top