Executes a statement that does not return a result set, such as a SQL INSERT, DELETE or UPDATE statement.
Int32 executeStatement( )
The number of rows affected by the statement.
If Connection.autoCommit is true, the statement commits only if one or more rows is affected by the statement.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |