Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 2 (10.2) Part Number B14308-01 |
|
Applies To
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).