driver PARAM tag



Specifies the JDBC driver class name.

Syntax

<PARAM NAME = "driver" VALUE = "drivername">

Values

drivername
Specifies the JDBC driver class name.

Usage

Driver information currently has to be hardwired under JDK 1.0.2 but can be specified in this HTML tag under JDK 1.1. The data type is String.

Example
driver PARAM tag example

See also
Jdbcsource applet
Loading a JDBC driver
autoload PARAM tag