Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.16 KB

updatenstring-method-sqlserverresultset.md

File metadata and controls

27 lines (21 loc) · 1.16 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
updateNString Method (SQLServerResultSet)
updateNString Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

updateNString Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a String value.

Overload List

Name Description
updateNString Method (int, java.lang.String) Updates the designated column with a String value using the specified column index.
updateNString Method (java.lang.String, java.lang.String) Updates the designated column with a String value using the specified column label.

See Also

SQLServerResultSet Members
SQLServerResultSet Class