Name

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

Synopsis

                     recordset.Resync AffectRecords
                  

The StayInSync property indicates when the references to chapter recordsets change if the record pointer moves to a different parent row for hierarchical recordsets.

Datatype

Boolean

Description

The StayInSync property is both read- and write-enabled. The default value for this property is True.

If the value of the StayInSync property is set to True, the references of chapter recordsets change when the parent recordset is changed.

If the value of the StayInSync property is set to False, the references of chapter recordsets point to the previous parent recordset when moving the record pointer within a hierarchical recordset changes the parent recordset.

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.