This is a follow-up to the (closed) thread I created here.
I am able to create an ODBC connection in R, but I am not able to access any of the tables within the connection. I followed the advice of installing an earlier version of Rstudio and that solved my problem. I finally got around to updating to the latest version and the same problem occurs.
sessionInfo()
R version 4.2.0 (2022-04-22 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)
Here is a new development. When I connect using vanilla R under v4.2.0 I'm having the same issue (able to connect to the ODBC but am seeing the "character(0)" after using dbListTables(con)) . When I open up R v4.1.3 I'm able to get R to show the tables within the connection.