Contents Index SetNullParameter method ULPublicationSchema class

UltraLite ActiveX User's Guide
  UltraLite ActiveX API Reference
    ULPreparedStatement class

SetParameter method


Prototype 

SetParameter(
   parameter_id As Long
   val
)
Member of UltraliteActiveX.ULPreparedStatement

Description 

Set execution parameter to the value passed in.

Parameters 

parameter_id    The 1-based parameter number to set.

val    The value you want for the execution parameter.


Contents Index SetNullParameter method ULPublicationSchema class