Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.58 KB

File metadata and controls

45 lines (35 loc) · 1.58 KB
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
SQLServerPreparedStatement.executeUpdate ()
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid ca534c6b-ef4d-4ae8-8cc3-514728623cff
author David-Engel
ms.author v-daenge

executeUpdate Method ()

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

Syntax

  
public int executeUpdate()  

Return Value

An int that indicates the number of rows affected, or 0 if using a DDL statement.

Exceptions

SQLServerException

Remarks

This executeUpdate method is specified by the executeUpdate method in the java.sql.PreparedStatement interface.

See Also

executeUpdate Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class