Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.62 KB

geturl-method-sqlserverdatasource.md

File metadata and controls

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

getURL Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns the URL that is used to connect to the data source.

Syntax

  
public java.lang.String getURL()  

Return Value

A String that contains the URL.

Remarks

For security reasons, you should not include the password in the URL that is supplied to the setURL method. The reason for this is that third-party Java Application Servers will very often display the value set for the URL property in their data source configuration user interface. Instead, use the setPassword method to set the password value. Java Application Servers will not display a password that is set in their data source in the configuration user interface.

Note

If the setURL method is not called before calling the getURL method, getURL returns the default value of "jdbc:sqlserver://".

See Also

SQLServerDataSource Members
SQLServerDataSource Class