I\'ve been trying to connect my company\'s DMS to R using the odbcConnect command, but get the following message:
odbcConnect
myConn <-odbcConnect(\"NZSQ
I was trying to access SQL Server database and got the same error. After using the correct format of db connection, I got access to my sql server database.
dbhandle <- odbcDriverConnect("Driver={SQL Server};Server=mydbhost;Database=mydbname;Trusted_Connection=Yes")