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 - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » PreparedStatement class

setShortParameter method Next Page

setStringParameter method


Sets the value for the specified parameter.

Syntax

setStringParameter( UInt16 parameterID, String value )

Parameters
Example

The following statement sets the value for the first parameter to ABC:

stmt.setStringParameter( 1, "ABC" );