loadJDBCDriver {sjdbc} | R Documentation |
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.
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)
[Package sjdbc version 1.6.1 Index]