Download DatabaseConnector JDBC Jar files
Download the DatabaseConnector JDBC drivers from https://ohdsi.github.io/DatabaseConnectorJars/
downloadJdbcDrivers(
dbms,
pathToDriver = Sys.getenv("DATABASECONNECTOR_JAR_FOLDER"),
method = "auto",
...
)dbms |
The type of DBMS to download Jar files for.
|
pathToDriver |
The full path to the folder where the JDBC driver .jar files should be downloaded to. By default the value of the environment variable "DATABASECONNECTOR_JAR_FOLDER" is used. |
method |
The method used for downloading files. See |
... |
Further arguments passed on to |
The following versions of the JDBC drivers are currently used:
PostgreSQLV42.2.18
RedShiftV1.2.27.1051
SQL ServerV8.4.1.zip
OracleV19.8
Invisibly returns the destination if the download was successful.
## Not run:
downloadJdbcDrivers("redshift")
## End(Not run)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.