updateNString Method (SQLServerResultSet)

Download JDBC driver

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