Load a JDBC Driver

DESCRIPTION:

Makes a JDBC Driver available to the sjdbc package.

USAGE:

loadJDBCDriver(driverJar)

ARGUMENTS:

driverJar
A vector of one or more strings containing the full paths to JDBC driver jars.

DETAILS:

Makes the specified driver jars available to the sjdbc package. Driver must be loaded prior to its first use in the Spotfire S+ session.

NOTE:

The JDBC drivers need to be loaded each time you use the sjdbc package. To load a driver automatically when loading the sjdbc package, place it in the in the drivers folder where the sjdbc package is installed.

EXAMPLES:

## Not run: 
loadJDBCDriver(file.path("C:", "sqljdbc.jar"))
## End(Not run)