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

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 © 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