错误:nanodbc / nanodbc.cpp:950:IM002:[Microsoft] [ODBC驱动程序管理器]

时间:2018-11-15 05:41:13

标签: r odbc

我无法在R中连接SQL Server。

代码:

library(DBI)
library(odbc)

con <- dbConnect(odbc(),
    Driver = "MS SQLServer",
    Server = "117.245.141.40",
    Database = "xxxxxxx",
    UID = "xxxxxxxxxx",
    PWD = rstudioapi::askForPassword("xxxxxxx"),
    Port = 1433)

有人可以帮我吗?

谢谢。

0 个答案:

没有答案