Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
See Also |
Example |
Description
Returns whether or not the specified dynaset is updatable. Not available at design time and read-only at run time.
Usage
if_updatable = oradynaset.Updatable
Remarks
Returns True if the rows in the specified dynaset can be updated and False otherwise.
The updatability of the resultant dynaset depends on the Oracle SQL rules of updatability, on the access you have been granted, and on the read-only flag of the CreateDynaset method.
In order to be updatable, three conditions must be met:
Data Type
Integer (Boolean)
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|