Sets the value for the specified parameter.
setStringParameter( UInt16 parameterID, String value )
parameterID The ID number of the parameter. The first parameter in the result set has an ID value of one.
value The new value for the parameter.
The following statement sets the value for the first parameter to ABC:
stmt.setStringParameter( 1, "ABC" ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |