RODBC MS SQL access from Ubuntu using FreeTDS

后端 未结 3 1733
旧时难觅i
旧时难觅i 2021-02-11 02:12

I\'m trying to access MS SQL server hosted on my Windows box from an Ubuntu machine. I have a shiny app that access MSSQL that works fine on Windows. I want to host this with sh

3条回答
  •  无人共我
    2021-02-11 02:47

    I fixed this. TDS version was needed in odbc.ini file.

    TDS_Version = 8.0
    

    tsql reads version info from freeTDS.conf and worked. isql was failing with same error and it was also looking for this config in odbc.ini. So test with isql if you are configuring for R/Python.

提交回复
热议问题