Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Refresh (OBinder) Method

Applies To

OBinder

Description

This method causes all the OBound objects to be given their values again.

Usage

oresult Refresh(void)

Remarks

The method calls the Refresh method on every bound OBound object. This causes them to get their values again. In normal processing you do not need to call Refresh.

This Refresh method does not refresh the dynaset that is being managed by the OBinder. To refresh such a dynaset, use the RefreshQuery method.

Return Value

An oresult indicating whether the operation succeeded (OSUCCESS) or not (OFAILURE).