No output from Rstudio for "odbcDataSources("all")"

I am not getting any output from "odbcDataSources" command in Rstudio,

> odbcDataSources("all")
named character(0)

Whereas the same is working in R shell for R-3.6.0 version,

>  odbcDataSources("all")
                                                           HIVE64-Dev
    "/xx/R-3.6.0/hiveodbc/lib/64/libclouderahiveodbc64.so"
                                                         IMPALA64-Dev
"/xx/R-3.6.0/impalaodbc/lib/64/libclouderaimpalaodbc64.so"

Please provide your inputs to solve this issue.

What happens if you use odbc::odbcListDataSources()?

odbc library is not supported in our environment. we have to use RODBC,

> RODBC::odbcDataSources("all")
named character(0)

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