setPassword Method (SQLServerDataSource)

Download JDBC driver

Sets the password that will be used to connect to SQL Server.

Syntax

  
public void setPassword(java.lang.String password)  

Parameters

password

A String that contains the password.

See Also

SQLServerDataSource Members
SQLServerDataSource Class