Description Usage Arguments Value
View source: R/sql_connectons.R
get_connection_JDBC Connects to a database server using JDBC
1 2 3 4 5 6 7 | get_connection_JDBC(
dbhost = "sql02",
dbname = "HgrDwh",
dbcp = "D:/R/Drivers/mssql-jdbc-7.2.1.jre8.jar",
user,
password
)
|
dbhost |
Hostname name to connect to |
dbname |
Databse name to connect to |
dbcp |
Class path for driver |
user |
Username |
password |
Password |
DBI conection object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.