我无法从shinyapps.io连接到MS SQL服务器从Windows使用sqlOdbcDriver。这在本地运行时在RStudio中完美运行,但是当我尝试在闪亮的服务器中部署时。我收到以下错误:
ERROR: first argument is not an open RODBC channel
请找到以下代码段:
con <- odbcDriverConnect("driver=SQL Server;database=<dbname>;server=<server name>;Uid=<uid>; Pwd=<pwd>")
注意:我使用Windows运行R。
非常感谢任何帮助。提前致谢