[R] Rgui.exe - Application Error

Rita. A rita.antony at phoenixyork.com
Fri Oct 24 13:52:12 CEST 2008


Hello All,

I get the following error when i run the following script in Rgui

Rgui.exe - Application Error

The instruction at "0x7c9109f9" referenced memory at "0xffffffff". The
memory could not be "read"
Click on OK to terminate the program

The script is

library(RODBC)
channel <- odbcConnect("curve", uid="curve", pwd="curve")
elastic <- sqlFetch(channel,"elasticband")
attach(elastic)
png(filename="e:/R/cf.png")
plot(spline(distance~stretch),type="l",xlab="Stretch",ylab="Distance")
odbcClose(channel)

I use R version 2.7.2 and using RODBC to fetch data from Oracle 10g, I would
appreciate any help

Thanks
Rita.
-- 
View this message in context: http://www.nabble.com/Rgui.exe---Application-Error-tp20148701p20148701.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list