Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to edit a record using ADODC
Message
From
23/01/2001 21:47:36
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
How to edit a record using ADODC
Miscellaneous
Thread ID:
00467718
Message ID:
00467718
Views:
57
hello, this is my first time to use the ADO data control, and i'm just wondering how to edit an existing record in a table.

Using Data Control: this is the usual code i use to edit a record

data1.recordset.edit
data1.recirdset.fields("name_of_fields")="Something"
data1.recorset.update

my problem is there seem to be no ".edit" command in ADODC, what is the code or command for editing a specific record, thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform