Learn R Programming

sjdbc (version 1.6.1)

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

Examples

Run this code
# NOT RUN {
loadJDBCDriver(file.path("C:", "sqljdbc.jar"))
# }

Run the code above in your browser using DataLab