We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library(odbc) con <- dbConnect(odbc::odbc(), Driver = "Denodo", Server = "denodous-db.com", Database = "dev-db", UID = "mk12345", PWD = "Welcome") table_list <- dbListTables(con) print(table_list)
Error: nanodbc/nanodbc.cpp:1135: 00000: [unixODBC]Could not send Query(connection dead)
This is the error message I'm getting while running the Code in RStudio. iSQL Connection to the database is successful from the Linux machine.
I'm able to run the same R code above sucessfully from the Terminal option of Rstudio. It's not working only from the UI.
Does anyone know what could be the issue?
The text was updated successfully, but these errors were encountered:
Thanks for the issue, @Mani14. Are you still seeing this issue?
Sorry, something went wrong.
No branches or pull requests
Error: nanodbc/nanodbc.cpp:1135: 00000: [unixODBC]Could not send Query(connection dead)
This is the error message I'm getting while running the Code in RStudio. iSQL Connection to the database is successful from the Linux machine.
I'm able to run the same R code above sucessfully from the Terminal option of Rstudio. It's not working only from the UI.
Does anyone know what could be the issue?
The text was updated successfully, but these errors were encountered: