DbiDatabaseFlush

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiDatabaseFlush

Return to chapter overview

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

DbiOpenRef