get_connection_JDBC: get_connection_JDBC Connects to a database server using JDBC

Description Usage Arguments Value

View source: R/sql_connectons.R

Description

get_connection_JDBC Connects to a database server using JDBC

Usage

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
)

Arguments

dbhost

Hostname name to connect to

dbname

Databse name to connect to

dbcp

Class path for driver

user

Username

password

Password

Value

DBI conection object


karsfri/HMSr documentation built on Feb. 26, 2020, 10:36 a.m.