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. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.