Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

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).


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents