Skip to content
Prev 319343 / 398506 Next

Running 32 bits code from within R 64 bits

On Mar 12, 2013, at 3:18 PM, Nuno Prista <nmprista at ipma.pt> wrote:

            
The short answer is No.

The longer answer is that R, the ODBC drivers and the target application have to be of the same architecture. Additional information is contained in various locations:

1. Last paragraph in R Windows FAQ 2.28:

  http://cran.r-project.org/bin/windows/base/rw-FAQ.html#Should-I-run-32_002dbit-or-64_002dbit-R_003f

2. Run vignette("RODBC") and then look at:

  A. Lower half of page 23

  B. Footnote 15 on page 26


Regards,

Marc Schwartz