Connecting to MS SQL Server from R on Mac/Linux

前端 未结 6 939
北海茫月
北海茫月 2020-12-31 08:26

I\'m trying to connect to a Microsoft SQL Server from R on Mac/Linux, and I have problems with RJDBC. When I\'ve downloaded both Microsoft\'s driver and JTDS, but none of th

6条回答
  •  别那么骄傲
    2020-12-31 09:01

    Same error happened to me earlier when I was trying to use RJDBC to connect to Cassandra, it was solved by putting the Cassandra JDBC dependencies in your JAVA ClassPath.

    See this answer:

提交回复
热议问题