Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit method
Message
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Edit method
Divers
Thread ID:
00503685
Message ID:
00503685
Vues:
54
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 :)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform