Contents Index SetDoubleParameter method SetLongParameter method

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

SetIntegerParameter method


Prototype 

SetIntegerParameter(
   param_number As Integer
   param_value As String
)
Member of UltraLiteAFLib.ULPreparedStatement

Description 

Set the parameter to the Integer value passed in.

Parameters 

param_number    The 1-based parameter number to set.

param_value    The value the parameter should receive.


Contents Index SetDoubleParameter method SetLongParameter method