Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

OracleMode Property

Applies To

Oracle Data Control

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)