Oracle Objects for OLE C++ Class Library Release 8.1.7 Part Number A85258-01 |
|
Option
| Description
|
ODYNASET_DEFAULT
| Accept the default behavior.
|
ODYNASET_NOBIND
| Do not use bindable parameters.
|
ODYNASET_KEEP_BLANKS
| Do not strip trailing blanks in values.
|
ODYNASET_READONLY
| Make this dynaset nonupdatable.
|
ODYNASET_NOCACHE
| Do not make a local record cache for this
dynaset. |
ODYNASET_ORAMODE
| Behaves same as ODATABASE_ORAMODE for a ODatabase class except it affects only
the dynaset being created. If the database was created in ODATABASE_ORAMODE
mode, the dynaset inherits the property for compatibility.
|
ODYNASET_NO_REFETCH
| Behaves same as ODATABASE_NO_REFETCH Mode for a ODatabase class except it
affects only the dynaset being created. If the database was created in
ODATABASE_NO_REFETCH mode, the dynaset inherits the property for compatibility.
|
ODYNASET_N_MOVEFIRST
| Does not force a movefirst on dynaset creation. BOF and EOF are both TRUE.
|
ODYNASET_DIRTY_WRITE
| Update and Delete will not check for read consistency.
|
![]() Copyright copy; 1996-2000, Oracle Corporation. All Rights Reserved. |
|