Description |
Returns the EditMode property of the wrapped ADODB.Recordset object. Use the Status property to see what changes are pending for records modified during batch updating. You can also use the Status property to view the status of records that fail during bulk operations, such as when you call the Resync, UpdateBatch, or CancelBatch methods on a Recordset object. With this property, you can determine how a given record failed and resolve it accordingly.
|