[ 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

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top