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

AppendByteChunk method Next Page

AppendStringChunk method


Appends the string to the column if the type is TypeLongString or TypeString.

Syntax

AppendStringChunk( chunk As String )
Member of UltraLiteAFLib.ULColumn

Parameters

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 CHAR or LONG VARCHAR.