Displaying 2 results from an estimated 2 matches for "cnn_1".
Did you mean:
nn_1
2007 Jan 22
1
eval() parse() and problem with square brackets
Hello,
i have problem with the following code (I'm using sqlQuery function from
RODBC package):
eval(parse(text="g_1 <- sqlQuery(cnn_1, \"select aa from
bb.[cc\\dd].ee\")")).
I get the error message:
"[RODBC] ERROR: Could not SQLExecDirect"
"S0002 208 [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object
name 'bb.cc\dd.ee'."
It seems that R is replacing square brackets that...
2007 Jan 22
1
eval() parse() and problem with square brackets
Hello,
i have problem with the following code (I'm using sqlQuery function from
RODBC package):
eval(parse(text="g_1 <- sqlQuery(cnn_1, \"select aa from
bb.[cc\\dd].ee\")")).
I get the error message:
"[RODBC] ERROR: Could not SQLExecDirect"
"S0002 208 [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object
name 'bb.cc\dd.ee'."
It seems that R is replacing square brackets that...