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 » ULResultSet class

AppendByteChunk method Next Page

AppendStringChunk method


Appends the string to the row's column if the type is ulTypeLongString.

Syntax

AppendStringChunk(
index As Integer ,
data As String )
Member of UltraLiteAFLib.ULResultSet

Parameters

index    The 1-based parameter number to set.

data    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.