--- title: "CONCUR_SS_OPTIMISTIC_CC Field (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.CONCUR_SS_OPTIMISTIC_CC" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 4d5cecb8-b29b-49c0-a4b1-9472b8709ddf author: David-Engel ms.author: v-daenge --- # CONCUR_SS_OPTIMISTIC_CC Field (SQLServerResultSet) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Used to specify a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] read/write optimistic concurrency type with no row locks. ## Syntax ``` public static final int CONCUR_SS_OPTIMISTIC_CC ``` ## Field Value An **int** value of 1008. ## See Also [SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md) [SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)