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


chem1
October 26th, 1999, 12:09 PM
Hello,
Can anybody tell me how to start the editmode while using ADODC. I have an edit button.I want to start the edit mode when I press it but there seems to be no direct method of doing it...
Thankx in advance

Lothar Haensler
October 27th, 1999, 10:30 AM
you don't need edit mode in ADO, you simply assign values to the Fields in your recordset and call the Update method, when you want to save the values.