Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.25 KB

File metadata and controls

30 lines (24 loc) · 1.25 KB
title updateNString Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 0b6b65a1-8e62-4cd5-ab28-6231c3e20d81
author David-Engel
ms.author v-daenge

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