-
Notifications
You must be signed in to change notification settings - Fork 117
Description
Hi, ✌️
I am using Mac M1 🍎 and as for many the installation of instantclient didn't went well 🥵. For installation it creates a new folder "instantclient_23_3" in the downloads folder, but odbc::odbcListDrivers() cannot recognise that.
In the description of the function it's written that: Driver names that are not configured with the driver manager (and thus do not appear in this function's output) can still be used in dbConnect by providing a path to a driver directly. Although it requires and odbc::odbc() input, where I cannot provide the path.
I only saw in #709 that you can achieve similar with Sys.setenv(ODBCSYSINI = ""), but after the installation from the website I do not see any odbcinst.ini file in the folder.
Any suggestion how to provide the path then?
Thanks in advance! 🙏