password property
Sets or gets the user password used to access the database being queried.
Syntax
Set: JdbcSource.setPassword(password)
Get: password = JdbcSource.getPassword()
Applies to
JdbcSource class.
Data type
String.
Usage
If the database, user, password and AutoConnect properties are all set correctly, the JdbcSource applet connects to the specified database when it starts.
Example
password property example
See also
Jdbcsource applet
autoConnect property
user property
database property
Connecting to a database