loadJDBCDriver: Load a JDBC Driver

Description Usage Arguments Details Note Examples

View source: R/loadJDBCDriver.R

Description

Makes a JDBC Driver available to the sjdbc package.

Usage

1
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. The driver must be loaded prior to its first use in the TIBCO Enterprise Runtime for R 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

1
2
3
4
## Not run: 
loadJDBCDriver(file.path("C:", "sqljdbc.jar"))

## End(Not run)

sjdbc documentation built on May 1, 2021, 1:08 a.m.

Related to loadJDBCDriver in sjdbc...