Updates one row of results in a text column. All subsequent rows, if any, are removed from the results buffer.
SqlTextUpdate1Row% ( sqlconn%, objname$, column%, text$ )
where
SUCCEED (1) or FAIL (0).
SqlTextUpdate1Row% is a utility function that performs several actions to reduce the number of steps for updating the data in a text or image column of a single row. SqlUpdate1Row% is equivalent to calling SqlTxPtr$, SqlTxTsPut%, and SqlWriteText%. The data is updated in the current row determined by a call to SqlNextRow%. You can call SqlTextUpdate1Row% any time after you call SqlNextRow%.
SqlTxPtr$, SqlTxTsPut%, SqlWriteText%, SqlTextUpdateManyRows&