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
Printable View
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
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.