Sends part of a text or image value to SQL Server.
RETCODE dbmoretext (
PDBPROCESS dbproc,
DBINT size,
LPCBYTE text );
where
SUCCEED or FAIL.
This function is used in conjunction with dbwritetext or dbupdatetext to send a large SQLTEXT or SQLIMAGE value to SQL Server in the form of a number of smaller chunks. This is particularly useful with operating systems that cannot allocate extremely long data buffers. A text/image fragment must be shorter than 64K.
After calling dbmoretext for the last time, call dbsqlok.
For an example of dbmoretext, see "dbwritetext."
dbtxptr, dbtxtimestamp, dbwritetext