I\'ve been trying to connect my company\'s DMS to R using the odbcConnect
command, but get the following message:
myConn <-odbcConnect(\"NZSQ
This is IM02 error which means name of the DSN is incorrect.
GO to ODBC and check the USER/System DSN that you should be using. Once your name of DSN is correct, you might get IM014 state error which is archtecture mismatch. In that case,
The simpler solution is IN r studio - go to tools and change the version of R to 32 bit.
It should be ready to work