Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.
Syntax
public int executeUpdate()
Return Value
An int that indicates the number of rows affected, or 0 if using a DDL statement.
Exceptions
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