dbgetrow

Description

Read the specified row in the row buffer.

Syntax

STATUS dbgetrow(dbproc, row)
 
DBPROCESS      *dbproc;
DBINT                    row;

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.

row

The number of the row to read. Rows are counted from the first row returned from the server, whose number is 1. Note that the first row in the row buffer is not necessarily the first row returned from the server.

Returns

dbgetrow can return four different types of values:

Usage

See also

dbaltbind, dbbind, dbclrbuf, DBCURROW, DBFIRSTROW, DBLASTROW, dbnextrow, dbsetrow, Options