Modifying a ADO recordset without modifying the table
Hi,
I am using ADO in a VB6 application to select data from a table into a recordset and then present this to the user.
So far so good, no problems there. But...
Before I present it to the user I want to step through the recordset and do update some values in some cells but I do not want these updates to also be applied in the table in my database.
How can I change data in a recordset without it also being changed in the table where it originates from?