sjdbc package.
loadJDBCDriver(driverJar)
Makes the specified driver jars available to the
sjdbc package. Driver must be loaded prior to its first use
in the Spotfire S+ session.
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.
## Not run:
loadJDBCDriver(file.path("C:", "sqljdbc.jar"))
## End(Not run)