
This code is attached to a command button on a form. On the form are the fields txtProgress which displays various messages as well as lblStatus which displays a record count of the progress.
| Overview | How Do I | FAQ | Sample | | ODBC Driver List
This article discusses several key recordset operations, particularly those involving updating records. Topics covered include:
For related information about using recordsets, see the following articles:
Important Your ability to update records requires that you have update permission for your database and that you have an updatable table-type or dynaset-type recordset. You can't update snapshot-type recordsets with the MFC DAO classes.