--- title: "getPooledConnection Method (SQLServerConnectionPoolDataSource) | 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: - "SQLServerConnectionPoolDataSource.getPooledConnection" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 030ad599-0431-4242-9428-e9ead7b75b1d author: David-Engel ms.author: v-daenge --- # getPooledConnection Method (SQLServerConnectionPoolDataSource) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Tries to establish a physical database connection that can be used as a pooled connection. ## Overload List |Name|Description| |----------|-----------------| |[getPooledConnection ()](../../../connect/jdbc/reference/getpooledconnection-method.md)|Tries to establish a physical database connection that can be used as a pooled connection.| |[getPooledConnection (java.lang.String, java.lang.String)](../../../connect/jdbc/reference/getpooledconnection-method-java-lang-string-java-lang-string.md)|Tries to establish a physical database connection that can be used as a pooled connection based on the given user name and password.| ## See Also [SQLServerConnectionPoolDataSource Methods](../../../connect/jdbc/reference/sqlserverconnectionpooldatasource-methods.md) [SQLServerConnectionPoolDataSource Members](../../../connect/jdbc/reference/sqlserverconnectionpooldatasource-members.md) [SQLServerConnectionPoolDataSource Class](../../../connect/jdbc/reference/sqlserverconnectionpooldatasource-class.md)