Sets the value for the specified column using a UInt16.
setShort( UInt16 columnID, Int16 value )
columnID The ID number of the column. The first column in the table has an ID value of one.
value The new value for the column.
The data in the row is not actually changed until you execute an insert or update, and that change is not permanent until it is committed.
The following statement sets the value of the first column to 32767:
t.setShort( 1, 32767 ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |