executeUpdate Method (SQLServerPreparedStatement)
Runs the SQL statement in this SQLServerPreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
Overload List
Name | Description |
---|---|
Runs the SQL statement in this SQLServerPreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement. |
|
Runs the given SQL statement, which can be an INSERT, UPDATE, or DELETE statement; or an SQL statement that returns nothing, such as an SQL DDL statement. |
Vea también
Referencia
SQLServerPreparedStatement Class
Conceptos
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members