| title | updateString Method (java.lang.String, java.lang.String) | 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 | 3a9236bb-a307-45a8-b7d2-c4cbd9b3cb35 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a String value given the column name.
public void updateString(java.lang.String columnName,
java.lang.String x)
columnName
A String that contains the column name.
x
A String object.
This updateString method is specified by the updateString method in the java.sql.ResultSet interface.
updateString Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class