dbnumrets

Description

Determine the number of return parameter values generated by a stored procedure.

Syntax

int dbnumrets(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 return parameter values associated with the most recently-executed stored procedure.

Usage

See also

dbnextrow, dbresults, dbretdata, dbretlen, dbretname, dbrettype, dbrpcinit, dbrpcparam