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

SetIntegerParameter method Next Page

SetLongParameter method


Sets the parameter to the specified Long value.

Syntax

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

Parameters

param_number    The 1-based parameter number to set.

param_value    The value the parameter should receive.