|
-
Nov 2nd, 2004, 12:31 PM
#1
Thread Starter
New Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|