dbstrlen

Description

Return the length, in characters, of the command buffer.

Syntax

int dbstrlen(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 length, in characters, of the command buffer.

Usage

See also

dbcmd, dbfcmd, dbfreebuf, dbgetchar, dbstrcpy