autoconnect PARAM tag



Lets the applet automatically connect to specified database with the correct user information and password.

Syntax

<PARAM NAME = "autoconnect" VALUE = "connectStatus">

Values

connectStatus
Specifies whether the applet will automatically connect to the specified database when correct user information and password are specified. The values are "True" to autoconnect and "False" to disable the ability to autoconnect. The default value is False.

Usage

If database, user, 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 Boolean.

Example
autoconnect PARAM tag example

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