This should be an easy one; it involves editing records.

Here's the situation:

I am displaying the contents of a database inside a listview. I am wanting to edit the listview, and when I finish, it will first search the database for the old value (held in a String-type variable called OldVal), and then update it with the new value (what I put in the listview.)

One more thing: I'm not using a bound control, so a simple rs.Update is out of the question.