Failure to connect to odbc database in R

前端 未结 6 511
难免孤独
难免孤独 2020-12-02 00:00

I\'ve been trying to connect my company\'s DMS to R using the odbcConnect command, but get the following message:

myConn <-odbcConnect(\"NZSQ         


        
6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 00:13

    I know this is old but also make sure that you remove the spaces around the '=' sign. That was my problem.

提交回复
热议问题