Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project











PROPERTY:  Recordset::StayInSync

Boolean = recordsetobject.StayInSync
recordsetobject.StayInSync = Boolean


The StayInSync property only applies to hierarchical Recordset objects. A hierarchical Recordset object contains another Recordset object that is refered to as a child Recordset. To further confuse the concept, the child is also refered to as a chapter. This property sets or returns a Boolean value that indicates whether or not references to the child Recordset objects are automatically keptp in synchronization as you navigate through the parent Recordset.

The default is True which causes the reference to the child to be updated as you move through the parent. In other words, the child is kept synchronized with the parent. If False, the reference is not updated and synchronization does not occur.

Code (VBScript):
rsGuruChants.StayInSync = False

 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information