Appends the string to the row's column if the type is ulTypeLongString.
AppendStringChunk(
index As Integer ,
data As String )
Member of UltraLiteAFLib.ULResultSet
index The 1-based parameter number to set.
data A string to append to the existing string in a table.
ulSQLE_CONVERSION_ERROR This error occurs if the column data type is not LONG VARCHAR.