Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
Release 9.2.0.4

Part Number B10954-01
Go To Table Of Contents
Contents

Edit Method

Applies To

ORef

Description

Locks the referenceable object in the server.

Usage

void Edit(void) const throw(
OException)

Arguments

none

Remarks

This method should be called before modifying any attributes of an underlying referenceable object of ORef or an error will occur. This call makes a network round trip to lock the object in the server. An error will be raised, if the object is changed by other user in the server. The object can also be locked during pin operation using the
SetEditOption method.


 
Oracle
Copyright © 1998, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents