Link to home
Start Free TrialLog in
Avatar of bobdylan75
bobdylan75Flag for Afghanistan

asked on

how to copy 1 record in ADODB.Recordset

Hi,
How can I do to copy 1 record in a ADODB.recordset?
Thanks!
SOLUTION
Avatar of RamanaChoudary
RamanaChoudary

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bobdylan75

ASKER

I've a recordset that have 3 records.
A,B,C
I want to copy A in D.
so it will have 4 records: A,B,C,D.
and the values of fields of D are like A ones.
I ask if there are a command or a metods to use to make these,
a metods as "update","delete","addnew", I think somethink like "copy"
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial