DBCURROW

Description

Return the number of the row currently being read.

Syntax

DBINT DBCURROW(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 current row. This routine returns 0 if no rows have been processed yet.

Usage

See also

dbclrbuf, DBFIRSTROW, dbgetrow, DBLASTROW, dbnextrow, dbsetopt, Options