Appends the buffer of bytes to the row's column if the type is ulTypeLongBinary.
AppendByteChunk(
index As Integer,
data As Long,
data_len As Long)
Member of UltraLiteAFLib.ULResultSet
index The 1-based parameter number to set.
data The array of bytes to append.
data_len The number of bytes from the array to append.
ulSQLE_INVALID_PARAMETER This error occurs if the data length is less than 0.
ulSQLE_CONVERSION_ERROR This error occurs if the column data type is not LONG BINARY.