DBIORDESC

Description

(UNIX only) Provide program access to the UNIX file descriptor used by a DBPROCESS to read data coming from the server.

Syntax

int DBIORDESC(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

An integer file descriptor used by the specified DBPROCESS to read data coming from the server.

Usage

See also

dbcmd, DBIOWDESC, dbnextrow, dbpoll, DBRBUF, dbresults, dbsqlok, dbsqlsend