Displaying 1 result from an estimated 1 matches for "hzpouai".
2009 Jan 30
1
run query using rexcel runrfile and rodbc sql query
...iments. I want to run this script using the
rinterface.RunRFile command in an excel plugin, using the rexcel
package. When I run the code from my excel plugin I get an error:
"Error -2147220502 in Module RExcel.RServer Error running expression
eval(parse(text="source(.rexcel..hzpouai)"))"
Here is my excel plugin code:
rinterface.StartRServer
rinterface.RRun "setwd(""C:/Documents and Settings/bbolt/
Desktop"")"
ChDir "C:/Documents and Settings/bbolt/Desktop"
rinterface.RunRFile "Script.r"
It work...