odbc_connect: connect to a data source through ODBC

View source: R/odbc_connect.R

odbc_connectR Documentation

connect to a data source through ODBC

Description

The connection string is stored in the results database.

Usage

odbc_connect(data_source_name, username, password, channel)

Arguments

data_source_name

The name of the data source

username

the username in case the ConnectMethod is "Credentials supplied by the user running the report". Ignored in all other cases.

password

the password to be used in combination with the username.

channel

the ODBC channel to the database with the connection strings


inbo/n2khelper documentation built on March 26, 2022, 1:51 p.m.