password PARAM tag



Specifies the password (if needed) to access the database.

Syntax

<PARAM NAME = "password" VALUE = "dbPassword">

Values

dbPassword
The password for the designated database .

Usage

This PARAM tag is needed only if a password is required to access the database. If the database, ID, password and autoConnect PARAM tags are specified via HTML and are all correct, the JdbcSource applet connects to the specified database when it starts. The data type is String.

Example
password PARAM tag example

See also
JdbcSource applet
database PARAM tag
user PARAM tag
autoconnect PARAM tag
Connecting to a database