Sends part of a text or image value to Microsoft® SQL Server™.
RETCODE dbmoretext (
PDBPROCESS dbproc,
DBINT size,
LPCBYTE text );
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 or image fragment must be shorter than 64 KB.
After calling dbmoretext for the last time, call dbsqlok.
For an example of dbmoretext, see dbwritetext.
dbtxptr | dbwritetext |
dbtxtimestamp |