Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.7 KB

executeupdate-method-sqlserverpreparedstatement.md

File metadata and controls

30 lines (24 loc) · 1.7 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
executeUpdate Method (SQLServerPreparedStatement)
executeUpdate Method (SQLServerPreparedStatement)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerPreparedStatement.executeUpdate
Assembly

executeUpdate Method (SQLServerPreparedStatement)

[!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.

Overload List

Name Description
executeUpdate () 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.
executeUpdate (java.lang.String) Runs the given SQL statement, which can be an INSERT, UPDATE, MERGE, or DELETE statement; or an SQL statement that returns nothing, such as an SQL DDL statement.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class