--- title: "setString Method (SQLServerNClob) | 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: 2195ec6b-3cd1-4e57-90ba-89d111e20ea4 author: David-Engel ms.author: v-daenge --- # setString Method (SQLServerNClob) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Writes the specified **String** to the **NCLOB** starting at the specified position. ## Overload List |Name|Description| |----------|-----------------| |[setString Method (long, java.lang.String) (SQLServerNClob)](../../../connect/jdbc/reference/setstring-method-long-java-lang-string-sqlservernclob.md)|Writes the specified **String** to the **NCLOB** starting at the specified position.| |[setString Method (long, java.lang.String, int, int) (SQLServerNClob)](../../../connect/jdbc/reference/setstring-method-long-java-lang-string-int-int-sqlservernclob.md)|Writes the specified string to the NCLOB starting at the specified position, and based on the specified offset and length.| ## See Also [SQLServerNClob Methods](../../../connect/jdbc/reference/sqlservernclob-methods.md) [SQLServerNClob Members](../../../connect/jdbc/reference/sqlservernclob-members.md) [SQLServerNClob Class](../../../connect/jdbc/reference/sqlservernclob-class.md)