Sends part of a large text or image value to SQL Server.
SqlMoreText% ( sqlconn%, size&, text$ )
where
SUCCEED (1) or FAIL (0).
SqlMoreText% is used in conjunction with SqlWriteText% or SqlUpdateText% to send a large text or image value to SQL Server in the form of a number of smaller chunks. This function is particularly useful with operating systems unable to allocate extremely long data buffers.
After calling SqlMoreText% for the last time, call SqlOk%.
For an example using SqlMoreText%, see "SqlWriteText%."
SqlTxPtr$, SqlTxTimeStamp$, SqlUpdateText%, SqlWriteText%