title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
execute Method (SQLServerPreparedStatement) |
execute Method (SQLServerPreparedStatement) |
David-Engel |
v-davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerPreparedStatement.execute |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Runs the SQL statement in this SQLServerPreparedStatement object, which can be any kind of SQL statement.
Name | Description |
---|---|
execute () | Runs the SQL statement in this SQLServerPreparedStatement object, which can be any kind of SQL statement. |
execute (java.lang.String) | Runs the given SQL statement, which can return multiple results. |
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class