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 |
[!INCLUDEDriver_JDBC_Download]
Tries to establish a connection with the data source that this SQLServerDataSource object represents.
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. |