Displaying 1 result from an estimated 1 matches for "bbolt".
Did you mean:
bolt
2009 Jan 30
1
run query using rexcel runrfile and rodbc sql query
...cel 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 works fine if Script.r is something simple like:
Text <- data.frame(Hello="Hello")
But will give me the error when Script.R is something like:...