Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.55 KB

getpooledconnection-method-sqlserverconnectionpooldatasource.md

File metadata and controls

31 lines (25 loc) · 1.55 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getPooledConnection Method (SQLServerConnectionPoolDataSource)
getPooledConnection Method (SQLServerConnectionPoolDataSource)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerConnectionPoolDataSource.getPooledConnection
Assembly

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