--- title: "updateLong 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 apiname: - "SQLServerResultSet.updateLong" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 9566d8ea-ab28-440c-bcd6-a9af0aafe8a2 author: David-Engel ms.author: v-daenge --- # updateLong Method (SQLServerResultSet) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Updates the designated column with a **long** value. ## Overload List |Name|Description| |----------|-----------------| |[updateLong (int, long)](../../../connect/jdbc/reference/updatelong-method-int-long.md)|Updates the designated column with a **long** value given the column index.| |[updateLong (java.lang.String, long)](../../../connect/jdbc/reference/updatelong-method-java-lang-string-long.md)|Updates the designated column with a **long** value given the column name.| ## See Also [SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md) [SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)