Contents Index SetBooleanParameter method SetByteParameter method

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

SetByteChunkParameter method


Prototype 

SetByteChunkParameter(
   param_number As Integer,
   data As Long,
   data_len As Long
)
Member of UltraLiteAFLib.ULPreparedStatement

Description 

Sets data in a binary or long binary column.

Parameters 

param_number    The 1-based parameter number to set.

data    An array of bytes.

data_len    The number of bytes from the array to append.


Contents Index SetBooleanParameter method SetByteParameter method