UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULPreparedStatement class
SetStringParameter(
param_number As Integer
param_value As String
)
Member of UltraLiteAFLib.ULPreparedStatement
Set the parameter to the string passed in.
param_number The 1-based parameter number to set.
param_value The value the parameter should receive.