bcp_moretext

Description

Send part of a text or image value to Adaptive Server.

Syntax

RETCODE bcp_moretext(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/Adaptive Server process. It contains all the information that DB-Library uses to manage communications and data between the front end and Adaptive Server.

size

The size of this particular part of the text or image value being sent to Adaptive Server. It is an error to send more text or image bytes to Adaptive Server than were specified in the call to bcp_bind or bcp_collen.

text

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

Returns

SUCCEED or FAIL.

Usage

See also

bcp_bind, bcp_sendrow, dbmoretext, dbwritetext