Displaying 6 results from an estimated 6 matches for "odbc_includ".
Did you mean:
odbc_include
2006 Oct 17
2
CTRL-C behaviour with RODBC on Solaris2.8
...parc
os solaris2.8
system sparc, solaris2.8
status
major 2
minor 3.1
year 2006
month 06
day 01
svn rev 38247
language R
version.string Version 2.3.1 (2006-06-01)
This version of R was built with gcc-3.3 (too old?) and ODBC_INCLUDE,
ODBC_LIBS pointing to non-standard locations
/quant/temp/jagat/usr/local/include, /quant/temp/jagat/usr/local/lib,
respectively. Will be glad to provide further details.
Any ideas on how to correct this would be greatly appreciated.
Thanks
--
Jagat K. Sheth...
2005 Nov 09
0
R: Re: RODBC fails to build
...e many libraries problems connected to the installation of the
R package RODBC under FreeBSD 5.4.
*** As far as this OS is concerned
*** please take notice that the sentence in the README file:".....
Use
the configure options --with-odbc-include and --with-odbc-lib or
environment variables ODBC_INCLUDE and ODBC_LIBS to set the include
and
library paths as needed...."
doesn't give a complete piece of info. As
a matter of fact, as well as setting $ODBC_INCLUDE=/usr/local/include
and $ODBC_LIBS=/usr/local/lib I had also to put ** $LIBS=-
L/usr/local/lib ** which wasn't in the README...
2005 Feb 20
2
minus I and minus L flags
I have been RTFM/doc/www, but I'm still lost.
How does one tell R CMD INSTALL and R CMD check (both) that libraries
are installed in non-usual places and so -I/APPS/include (or whatever)
is necessary in CPPFLAGS and -L/APPS/lib (similarly) is necessary
in LDFLAGS?
I know I can hardwire them in pkg/src/Makevars, but this requires hand
editing of that file by each installer (yuck!)
rgentlem
2005 Feb 20
2
minus I and minus L flags
I have been RTFM/doc/www, but I'm still lost.
How does one tell R CMD INSTALL and R CMD check (both) that libraries
are installed in non-usual places and so -I/APPS/include (or whatever)
is necessary in CPPFLAGS and -L/APPS/lib (similarly) is necessary
in LDFLAGS?
I know I can hardwire them in pkg/src/Makevars, but this requires hand
editing of that file by each installer (yuck!)
rgentlem
2009 Dec 19
2
Run time error when executing sqlQuery using the 64-bit version of R with 64-bit RODBC package in a Solaris 10 Sparc machine.
I have compiled and linked a 64 bit version of R (R 2.9.2) and the
corresponding unix ODBC 64 bit package
The red highlighted text below is the error I'm getting trying to when
invoking a sqlQuery
> library(RODBC)
> channel <- odbcConnect("OraLSH", <user>, <password>)
> sqlQuery(channel,"select sysdate from dual")
Error in .Call(C_RODBCFetchRows,
2006 Mar 07
2
RODBC fail install
I'm a newcomer - obvioulsly I fear. Tried to install RODBC from CRAN
mirror onto mahcine 64bit running suse10.
terminal log below - it failed on "ODBC headers sql.h and sqlext.h not
found"
di i need anothe rpackage??
can someone help please?
ta v much
Prof R Gott
Durham UNiv, UK
> install.packages(c("RODBC"))
trying URL