Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.49 KB

getconnection-method-sqlserverdatasource.md

File metadata and controls

30 lines (24 loc) · 1.49 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getConnection Method (SQLServerDataSource)
getConnection Method (SQLServerDataSource)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerDataSource.getConnection
Assembly

getConnection Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Tries to establish a connection with the data source that this SQLServerDataSource object represents.

Overload List

Name Description
getConnection () Tries to establish a connection with the data source that this SQLServerDataSource object represents.
getConnection (java.lang.String, java.lang.String) Tries to establish a connection with the data source that this SQLServerDataSource object represents by using the given user name and password.

See Also

SQLServerDataSource Members
SQLServerDataSource Class