Returns the number of rows updated for the specified statement object.
Syntax
getUpdateCount( statement )
statement.getUpdateCount( )
Parameters
statement
|
the statement object to use.
|
Returns
integer
|
the current number of rows updated.
-1 if there are no more results or if the result is a result set object.
|
Example
cnt = stmt.getUpdateCount( )
|