Appends the string to the column if the type is ulTypeLongString.
AppendStringChunkParameter(
param_id As Integer ,
chunk As String )
Member of UltraLiteAFLib.ULPreparedStatement
parameter_id The 1-based parameter number to set.
chunk 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.