Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.66 KB

File metadata and controls

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

executeUpdate Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Runs the SQL statement in this SQLServerPreparedStatement object, which must be a SQL INSERT, UPDATE, MERGE, or DELETE statement; or a 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 a SQL INSERT, UPDATE, MERGE, or DELETE statement; or a 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 a SQL statement that returns nothing, such as a SQL DDL statement.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class