user PARAM tag



Specifies the user ID used to access the database being queried.

Syntax

<PARAM NAME = "user" VALUE = "userID">

Values

userID
Specifies the user ID needed to login to the designated database.

Usage

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
user PARAM tag example

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