PDA

Click to See Complete Forum and Search --> : ADO and Editmode


chem1
Oct 26th, 1999, 12:24 AM
Hello,
I am really stuck in that how do I tell my program,which uses an ADODC, that editing a record has started.When I use adodc1.editmode. the compiler returns an error.
Please help,
thankx in advance....

Manish
Oct 26th, 1999, 12:11 PM
hi
u are nt suppose to change the editmode property when using ADO like we use to do in RDO. ADO automaticly entes in editmode as soon as u change the value of any field.
u straightaway change the field value and after editing use update method. but to add a new record u hv to call addnew menthod

Thanx Manish