Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.77 KB

File metadata and controls

35 lines (29 loc) · 1.77 KB
title executeUpdate Method (SQLServerPreparedStatement) | 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
SQLServerPreparedStatement.executeUpdate
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 677b0907-316e-40f2-a0d9-d4d0872c7f52
author David-Engel
ms.author v-daenge

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