DBLASTROW

Description

Return the number of the last row in the row buffer.

Syntax

DBINT DBLASTROW(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 server.

Returns

The number of the last row in the row buffer. This routine returns 0 if there is an error.

Usage

See also

dbclrbuf, DBCURROW, DBFIRSTROW, dbgetrow, dbnextrow, dbsetopt, Options