|
Oracle® Objects for OLE Developer's Guide Release 9.2.0.4 Part Number B10952-01 |
|
|
Constant
|
Value
|
Description
|
|---|---|---|
| ORADB_DEFAULT
| &H0&
| Accept the default behavior.
|
| ORADB_ORAMODE
| &H1&
| Let Oracle set default field (column) values.
|
| ORADB_NOWAIT
| &H2&
| Do not wait on row locks when executing a "SELECT ... FOR UPDATE".
|
| ORADB_NO_REFETCH
| &H4&
| Let Oracle set default field (column) values as in ORADB_ORAMODE, but data is
not refetched after the insert or update operation.
|
|
|
Copyright © 1994, 2003 Oracle Corporation. All Rights Reserved. |
|