G
George
Hi to all,
I have created a recordset using a parametrised SELECT query. Now I would
like to change programmatically the values of the records in one field only
and then add the updated records back to the original table using a command
object with an INSERT statement. My problem is that I don't know how to
detach the recordset from the table that the query is based, so that when I
update the records of the recordset the values of the corresponding records
in my table won't change. I want to have the original records in my table as
well as the updated ones. What's the best way to do this? Thanks in advance,
George.
I have created a recordset using a parametrised SELECT query. Now I would
like to change programmatically the values of the records in one field only
and then add the updated records back to the original table using a command
object with an INSERT statement. My problem is that I don't know how to
detach the recordset from the table that the query is based, so that when I
update the records of the recordset the values of the corresponding records
in my table won't change. I want to have the original records in my table as
well as the updated ones. What's the best way to do this? Thanks in advance,
George.