Contents Index AppendByteChunkParameter method Close method

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

AppendStringChunkParameter method


Prototype 

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

Description 

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

Parameters 

parameter_id    The 1-based parameter number to set.

chunk    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 LONG VARCHAR .

Contents Index AppendByteChunkParameter method Close method