Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.64 KB

File metadata and controls

36 lines (30 loc) · 1.64 KB
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)

[!INCLUDEDriver_JDBC_Download]

Tries to establish a physical database connection that can be used as a pooled connection.

Overload List

Name Description
getPooledConnection () Tries to establish a physical database connection that can be used as a pooled connection.
getPooledConnection (java.lang.String, java.lang.String) 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
SQLServerConnectionPoolDataSource Members
SQLServerConnectionPoolDataSource Class