public void setOldRowValues( )
Sets the mode of this result set to return old column values (the pre update row). In this mode, the UpdateResultSet represents old column values obtained by the client in the last synchronization.
The following code shows how to set the mode of the UpdateResultSet to return old column values.
// UpdateResultSet results results.setOldRowValues(); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |