Contents Index AppendByteChunk method GetByteChunk method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULColumn class

AppendStringChunk method


Prototype 

AppendStringChunk( chunk As String )
Member of   UltraLiteAFLib.ULColumn

Description 

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

Parameters 

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

Errors set 
Error Description
ulSQLE_CONVERSION_ERROR The error occurs if the column data type is not CHAR or LONG VARCHAR.

Contents Index AppendByteChunk method GetByteChunk method