|
<< Click to Display Table of Contents >> DbiDatabaseFlush |
![]() ![]()
|
C syntax
DBIResult DBIFN DbiDatabaseFlush (hDBIDb hDb );
Delphi syntax
function DbiDatabaseFlush(hDb: hDBIDb): DBIResult;
Description
Flushes all REF record changes (insert/modify/delete) from the client to the Oracle server. Only meaningful for Oracle8.
Parameters
hDb Type: hDBIDb (Input)
Specifies the database handle.
Usage
Use when curAUTOFLUSHREF is set to False.
DbiResult |
Meaning |
DBIERR_NONE |
The database specified by hDb was flushed successfully. |
DBIERR_INVALIDHNDL |
The specified database handle is invalid or NULL. |
See also