Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.91 KB

File metadata and controls

43 lines (37 loc) · 1.91 KB
title executeUpdate Method (SQLServerPreparedStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerPreparedStatement.executeUpdate
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 677b0907-316e-40f2-a0d9-d4d0872c7f52
caps.latest.revision 11
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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