Skip to content

RODBC not connecting from my Mac

2 messages · Mikkel Grum, Marc Schwartz

11 days later
#
On Oct 13, 2013, at 11:41 AM, Mikkel Grum <mi2kelgrum at yahoo.com> wrote:

            
First, no need to cross-post to three groups. I am replying to R-SIG-Mac only here.

iODBC is still available on OSX. Apple removed the ODBC Administrator application back on Snow Leopard. A newer ODBC Manager application is freely available for download here:

  http://www.odbcmanager.net/index.php
 
It is supported by Actual Technologies, which offers for purchase, ODBC drivers on OSX for various data sources. I use their driver for Oracle.

If you want to use the older Apple ODBC Administrator application, it is still available here:

  http://support.apple.com/kb/DL895

If you want to stay with unixODBC, you may want to read through the vignette for RODBC that Prof. Ripley has written and pay attention to the Installation section on page 22:

  http://cran.r-project.org/web/packages/RODBC/vignettes/RODBC.pdf

which has some hints that should be helpful, such as using:

  --with-odbc-manager=odbc 

when installing RODBC from source. Yes, RODBC will, by default, use iODBC on OSX, since that is the default ODBC installation on OSX. Thus, the precompiled binary for RODBC will not work for what you are attempting to do.

Regards,

Marc Schwartz