public void setNewRowValues( )
Sets the mode of this result set to return new column values ( the post update row). The result set represents the latest updated values in the remote client database. This is the default mode.
The following code shows how to set the mode of the UpdateResultSet to return new column values.
// UpdateResultSet results results.setNewRowValues(); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |