Contents Index Properties AppendStringChunk method

UltraLite ActiveX User's Guide
  UltraLite ActiveX API Reference
    ULPreparedStatement class

AppendByteChunk method


Prototype 

AppendByteChunk( _
   parameter_id As Long, _
   Array, _
   [ chunkSize ] _
) As Boolean
Member of UltraliteActiveX.ULPreparedStatement

Description 

Appends the buffer of bytes to the row's column if the type is ulTypeLongBinary.

Parameters 

parameter_id    The 1-based parameter number to set.

data    The array of bytes to be appended.

chunkSize    The number of bytes to be appended. If not provided, the length of byteArray is used.

Returns 

True if successful.

False if unsuccessful.

Errors set 
Error Description
ulSQLE_CONVERSION_ERROR The error occurs if the column data type is not LONG BINARY

or BINARY


Contents Index Properties AppendStringChunk method