dbspr1rowlen

Description

Determine how large a buffer to allocate to hold the results returned by dbsprhead, dbsprline, and dbspr1row.

Syntax

DBINT dbspr1rowlen(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 size of the buffer, in bytes, required by dbsprhead, dbsprline, and dbspr1row on success; a negative integer on error.

Usage

See also

dbprhead, dbprrow, dbspr1row, dbsprhead, dbsprline, Options