FAQs.RmdQ1: What database connectivity hana.ml.r supports?
A1: hana.ml.r supports odbc, RJDBC and RODBC. However, RODBC is not recommended as it is not stable.
Q2: When I use ConvertToHANADataFrame() and set native = FALSE, why I meet a error message?
A2: The error may be caused by the database connectivity, such as you are using RODBC. We recommend using odbc and RJDBC, because RODBC is not stable.
Q3: Why I meet a error message when I use dbplyr?
A3: dbplyr only supports package odbc and RJDBC connection.