dbmoretext

Description

Send part of a text or image value to the server.

Syntax

RETCODE dbmoretext(dbproc, size, text)
 
DBPROCESS    *dbproc;
DBINT                 size;
BYTE                 *text;

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.

size

The size, in bytes, of this particular part of the text or image value being sent to the server. It is an error to send more text or image bytes to the server than were specified in the call to dbwritetext.

text

A pointer to the text or image portion to be written.

Returns

SUCCEED or FAIL.

Usage

See also

dbtxptr, dbtxtimestamp, dbwritetext