PreparedStatement.BindInt16 Method
Binds Int16 value to the prepared statement.

BindInt16(
fieldNumber
as Integer,
value
as Int16)
Parameters
- fieldNumber
- The field number in the prepared statement (zero based).
- value
- The value to put in the field.
Remarks
See Also
PreparedStatement Class