Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULPreparedStatement class

AppendByteChunkParameter method Next Page

AppendStringChunkParameter method


Appends the string to the column if the type is ulTypeLongString.

Syntax

AppendStringChunkParameter(
param_id As Integer ,
chunk As String )
Member of UltraLiteAFLib.ULPreparedStatement

Parameters

parameter_id    The 1-based parameter number to set.

chunk    A string to append to the existing string in a table.

Errors set

ulSQLE_CONVERSION_ERROR    This error occurs if the column data type is not LONG VARCHAR.