How To Demo of ADO AddNew, Update, Delete, Find and Filter (193946)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 6.0
- Microsoft Data Access Components 2.1 SP2
- Microsoft Data Access Components 2.5
- Microsoft Data Access Components 2.6
This article was previously published under Q193946 SUMMARY
ActiveX Data Objects (ADO) implements record manipulation commands
analogous to those found in the native FoxPro language.
The AddNew method adds a new, blank record to the end of the current
Recordset. You use the Update method to write data to the Recordset. The
Delete method removes the current record from the Recordset.
The Find and Filter methods allow you to search the Recordset for specific
field values. Both methods support compound expressions.
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbCtrl kbDatabase kbhowto kbSQLProg KB193946 |
---|
|