--- title: "updateBigDecimal 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.updateBigDecimal" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 35445fe4-3b8e-4ec5-a138-067524236dc6 author: David-Engel ms.author: v-daenge --- # updateBigDecimal Method (SQLServerResultSet) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Updates the designated column with a BigDecimal object. ## Overload List |Name|Description| |----------|-----------------| |[updateBigDecimal (int, java.math.BigDecimal)](../../../connect/jdbc/reference/updatebigdecimal-method-int-java-math-bigdecimal.md)|Updates the designated column with a BigDecimal object given the column index.| |[updateBigDecimal (java.lang.String, java.math.BigDecimal)](../../../connect/jdbc/reference/updatebigdecimal-method-java-lang-string-java-math-bigdecimal.md)|Updates the designated column with a BigDecimal object given the column name.| ## See Also [SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md) [SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)