Appends the string to the column if the type is TypeLongString or TypeString.
AppendStringChunk( chunk As String )
Member of UltraLiteAFLib.ULColumn
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 CHAR or LONG VARCHAR.