dbgetpacket

Description

Return the TDS packet size currently in use.

Syntax

int dbgetpacket(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/C uses to manage communications and data between the front end and the server.

Returns

The TDS packet size currently in use.

Usage

See also

DBSETLPACKET