Contents Index SetByteChunkParameter method SetDatetimeParameter method

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

SetByteParameter method


Prototype 

SetByteParameter(
   param_number As Integer
   param_value As Byte
)
Member of UltraLiteAFLib.ULPreparedStatement

Description 

Set the parameter to the Byte value passed in.

Parameters 

param_number    The 1-based parameter number to set.

param_value    The value the parameter should receive.


Contents Index SetByteChunkParameter method SetDatetimeParameter method