dbbufsize

Description

Return the size of a DBPROCESS row buffer.

Syntax

int dbbufsize(dbproc)
 
DBPROCESS        *dbproc;

Parameters

dbproc

A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library uses to manage communications and data between the front end and the server.

Returns

An integer representing the size, in rows, of the DBPROCESS row buffer.

If dbproc is NULL or if row buffering is not allowed, dbbufsize returns 0.

Usage

See also

dbclrbuf, dbgetrow, dbsetopt, Options