PDA

Click to See Complete Forum and Search --> : Urgent!!!!!!!!!How to create a Duplicate records in ADODC.


sandesh
May 4th, 2000, 01:49 PM
hi, i have a problem with ADODC control, i want to create a duplicate record of existing one, how can i? in my application i have a "Duplicate" button, if i press the button then the currnet record must be duplicate as a next record in database.
please solve my query asap.
thanx
sandesh

lychew
May 4th, 2000, 04:17 PM
I believe you have some controls bind to the ADO data control. So what you need to do is when the user press a button, they will open a connection to the database and do the normal data insertion thru codes. Then remember to refresh the data control.