| title | executeUpdate Method () | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.reviewer | ||
| ms.technology | connectivity | |
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | ca534c6b-ef4d-4ae8-8cc3-514728623cff | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Runs the SQL statement in this SQLServerPreparedStatement object, which must be an SQL INSERT, UPDATE, MERGE, or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
public int executeUpdate()
An int that indicates the number of rows affected, or 0 if using a DDL statement.
This executeUpdate method is specified by the executeUpdate method in the java.sql.PreparedStatement interface.
executeUpdate Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class