StayInSync - property of the AdoRecordset object
Description:
Returns or sets whether the reference to the child records will change when the parent record position changes.
The property returns or sets a boolean value that specifies whether the reference to the child records will change when the parent record position changes. The default value is
true, it means that the child records will be updated if the parent
AdoRecordset object changes record position.
Syntax:
Boolean StayInSync
Note:
Property access for read and write.
Example:
JavaScriptVBScriptSelect and copy to clipboard
oRs.StayInSync = "CompanyName DESC,ContactName";
oRs.StayInSync = "CompanyName DESC,ContactName"