Microsoft SDK for Java

DataSource.setStayInSync

Sets a boolean value indicating whether the row position in a child recordset will change to correspond to a change in the row position of the parent recordset.

Syntax

public void setStayInSync( boolean stayInSync )

Parameters

stayInSync

Set to true for the child and parent row positions to stay in synchronization; otherwise, set to false.

See Also   getStayInSync

© 1999 Microsoft Corporation. All rights reserved. Terms of use.