Contents Index SetByteParameter method SetDoubleParameter method

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

SetDatetimeParameter method


Prototype 

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

Description 

Set the parameter to the Datetime value passed in.

Parameters 

param_number    The 1-based parameter number to set.

param_value    The value the parameter should receive.


Contents Index SetByteParameter method SetDoubleParameter method