Skip to content
Prev 1185 / 1559 Next

RODBC Error Code 202 on Mac OS X 10.6

When trying to further investigate, whether it makes a differences to use the 64 bit version of R on Mac OS X or the 32 bit one, I got a different error message on the 32 bit version:
[RODBC] FEHLER: Status IM003, Code -1073759164, Nachricht [iODBC][Driver Manager]Specified driver could not be loaded
RODBC is obviously trying to use the wrong ODBC setup here: I use unixODBC and not iODBC for connecting to the database with other programs on my Mac.
Could it perhaps be that also the 64 bit version, which does however return the error message mentioned in the title of this thread use iODBC instead of unixODBC? Is there a way to force the usage of unixODBC in RODBC?