Name

Recordset.Status Property — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

                     status = recordset.Status

The Status property indicates the status of the current record in relation to bulk operations.

Datatype

RecordStatusEnum

Description

The Status property can be set to one or more of the RecordStatusEnum enumeration values listed in Appendix E.

The Status property indicates changes still pending for records that have been updated during a batch operation.

In addition, the Status property indicates why the following functions have failed: Resync, UpdateBatch, CancelBatch, and Filter (setting equal to an array of bookmarks).

See Also

Recordset.CancelBatch Method, Recordset.Filter Property, Recordset.Resync Method, Recordset.UpdateBatch Method, RecordStatusEnum Enumeration

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.