Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
Description
Determine whether the changes made to fields (columns) are immediately reflected in the local mirror by retrieving the changed row from the database, thus allowing Oracle to set defaults for the columns and perform required calculations.
Usage
oradata1.OracleMode = [ True | False ]
Remarks
By default, OracleMode is True, this means that changes made to fields (columns) are immediately reflected in the local cache. If the database option is having this ORADB_ORAMODE, by default underlying recordset/dynaset will inherit this property.
Changing this property has no effect until a Refresh method is sent to the data control.
Data Type
Integer (Boolean)
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|