Oracle Objects for OLE C++ Class Library Release 8.1.7 Part Number A85258-01 |
|
dbname
| The name of the database to which to connect.
|
username
| The username to use to log into the database.
|
pwd
| The database password for the user username.
|
odb
| The database with which you want to open the OBinder's dynaset.
|
sqls
| A valid select SQL statement.
|
dynopts
| Options to be used to create the dynaset.
|
sqlstmt
| A valid select SQL statement.
|
options
| Options to be used to create the dynaset.
|
slicesize
| Cache slice size.
|
perblock
| Cache slices per block.
|
blocks
| Cache maximum number of blocks.
|
fetchlimit
| Fetch array size.
|
fetchsize
| Fetch array buffer size.
|
Constant
| Value
| Description
|
ODYNASET_DEFAULT
| 0
| Accept the default behavior.
|
ODYNASET_NOBIND
| Do not perform automatic binding of database parameters.
| |
ODYNASET_KEEP_BLANKS
| 2
| Do not strip trailing blanks from character string data retrieved from the
database.
|
ODYNASET_READONLY
| 4
| Force dynaset to be read-only.
|
ODYNASET_NOCACHE
| 8
| Do not create a local dynaset data cache. Without the local cache, previous
rows within a dynaset are unavailable; however, increased performance results
during retrieval of data from the database (move operations) and from the rows
(field operations). Use this option in applications that make single passes
through the rows of a dynaset for increased performance and decreased resource usage.
|
![]() Copyright copy; 1996-2000, Oracle Corporation. All Rights Reserved. |
|