I am working on Vb6.
And I have a Listview which displays data from a table, but when i update the database values i want reload the data into listview.
it is get reloaded but previous data is also present with new one.
pls help.
I am working on Vb6. And I have a Listview which displays data from
Share
Call
before you (re)load any data into your listview.