Hi all,
I have a application that connects my R to SQL. Below is the connection string. However when I publish this to shiyapps.io, I unable to connect
myconn <- odbcDriverConnect(connection = "Driver={SQL Server Native client 11.0};
server=localhost;database=NewDatabase;trusted_connection=yes;")
Below is the error I am getting. Can anyone help me deploy my application to Shinyapps.io