autoload PARAM tag



Specifies whether to automatically load the JDBC driver at applet startup time.

Syntax

<PARAM NAME = "autoload" VALUE = "loadStatus">

Values

loadStatus
Specifies whether to automatically load the JDBC driver at applet startup time. The values are "True" to automatically load the JDBC driver and "False" to disable the ability to autoload. The default value is True.

Usage

The data type is Boolean.

Example
autoload PARAM tag example

See also
JdbcSource applet
driver PARAM tag
Loading a JDBC driver