Unable to connect to DB using ODBC drivers

install.packages(c("DBI", "dplyr","dbplyr","odbc"))
library(DBI)
library(dplyr)
library(dbplyr)
library(odbc)
myconn <- DBI::dbConnect(odbc::odbc(),"dev_sf", uid="SVC_DEV01_DS_JUPYTER", pwd= "*****"

Throwing error as below
Simba ODBC Connection SQLDriverConnectW:Snowflake Support (50404) Invalid Connection String

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.