blk_rowalloc

Description

A server-side routine, allocates space for a formatted bulk-copy row.

Syntax

CS_RETCODE blk_rowalloc(srvproc, row)
 
 SRV_PROC        *srvproc;
 CS_BLK_ROW    **row;

Parameters

srvproc

A pointer to the SRV_PROC structure associated with the client sending formatted bulk-copy rows. It contains all the information that Server-Library uses to manage communications and data between the Open Server and the client.

row

A pointer to a pointer to a CS_BLK_ROW structure.

The CS_BLK_ROW structure is a hidden structure that holds formatted bulk-copy rows sent from the client.

Returns

blk_rowalloc returns:

Returns

Indicates

CS_SUCCEED

The routine completed successfully.

CS_FAIL

The routine failed.

Usage

See also

blk_getrow, blk_rowdrop, blk_gettext