Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULPreparedStatement class

ExecuteStatement method Next Page

SetBooleanParameter method


Sets the parameter to the Boolean value passed in.

Syntax

SetBooleanParameter(
param_number As Integer
param_value As Boolean
)
Member of UltraLiteAFLib.ULPreparedStatement

Parameters

param_number    The 1-based parameter number to set.

param_value    The value the parameter should receive.