dbnextrow

Description

Read the next result row into the row buffer and into any program variables that are bound to column data.

Syntax

STATUS dbnextrow(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

dbnextrow returns:

Usage

See also

dbaltbind, dbbind, dbcanquery, dbclrbuf, dbgetrow, dbprrow, dbsetrow, Options