RStudio 4.2.2 crashes when connecting to AccessDB with RODBC


library(RODBC)

con <- odbcConnect("impetro64")
sqlTables(con, tableType = "TABLE")$TABLE_NAME
odbcClose(con)

## FROM https://rstudio-pubs-static.s3.amazonaws.com/979467_5254650961d74fd5b174100c3d5775ea.html

This topic was automatically closed 42 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.