Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit method
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Edit method
Miscellaneous
Thread ID:
00503685
Message ID:
00503685
Views:
56
I'm working on a project where an ADODB.Recordset object is instantiated, and then the open method is used to do a query. I need to edit some fields of the one returned record.

I am used to:
rst.edit
rst("field1").value="Test"
rst.update
to get an edit to happen.

but edit method is not available to this object since open method was used instead of openrecordset. Am I in some wierd workspace or something that is throwing me off :)
Next
Reply
Map
View

Click here to load this message in the networking platform