DBROWS

Description

Indicate whether the current command actually returned rows.

Syntax

RETCODE DBROWS(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

SUCCEED or FAIL, indicating whether the current command returned rows.

Usage

See also

DBCMDROW, dbnextrow, dbresults, DBROWTYPE