Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » PreparedStatement class

 

executeStatement method

Executes a statement that does not return a result set, such as a SQL INSERT, DELETE or UPDATE statement.

Syntax
Int32 executeStatement( )
Returns

The number of rows affected by the statement.

Remarks

If Connection.autoCommit is true, the statement commits only if one or more rows is affected by the statement.