Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

CanScroll Method

Applies To

ODynaset

Description

This method returns TRUE if you can move backwards and navigate to a mark.

Usage

oboolean CanScroll(void) const

Remarks

ODynasets that return FALSE on CanScroll do not maintain a local record cache; they keep the data only for the current record. By default dynasets are created with local record caches. Only dynasets created with the ODYNASET_NOCACHE option are not scrollable. Use this method to determine whether the dynaset is scrollable.

Return Value

TRUE if the dynaset can scroll backwards; FALSE if not.


 
Oracle
Copyright © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback