 
 
  
  
 UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULPreparedStatement class
SetByteChunkParameter(
   param_number As Integer,
   data As Long,
   data_len As Long
)
Member of UltraLiteAFLib.ULPreparedStatement
Sets data in a binary or long binary column.
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.
 
 
  
 