UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
ULPreparedStatement class
AppendStringChunk(
parameter_id As Long ,
chunk )
Member of UltraLiteActiveX.ULPreparedStatement
Appends the string to the column if the type is ulTypeLongString.
parameter_id The 1-based parameter number to set.
chunk A string to append to the existing string in a table.
Error | Description |
---|---|
ulSQLE_CONVERSION_ERROR | The error occurs if the column data type is not VARCHAR. |