| title | executeQuery Method (SQLServerPreparedStatement) | 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | dfff3358-f391-4af6-84c1-b94c029f506d | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Runs the SQL query in this SQLServerPreparedStatement object and returns the SQLServerResultSet object generated by the query.
| Name | Description |
|---|---|
| executeQuery () | Runs the SQL query in this SQLServerPreparedStatement object and returns the SQLServerResultSet object that is generated by the query. |
| executeQuery (java.lang.String) | Runs the given SQL statement and returns a single SQLServerResultSet object. |
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class