Displaying 1 result from an estimated 1 matches for "hy001".
Did you mean:
hm001
2011 Jul 20
1
Problem with RODBC
...[9] "'Historic summary$'"
[10] "'MED Supporting Evidence$'"
[11] "'MED Supporting Evidence$'Print_Area"
> faults <- sqlFetch(channel, sqtable = 'Data',
+ colnames = FALSE, as.is = TRUE)
> faults
[1] "HY001 -1040 [Microsoft][ODBC Excel Driver] Too many fields defined."
[2] "[RODBC] ERROR: Could not SQLExecDirect 'SELECT * FROM [Data$]'"
> faults <- sqlFetch(channel, sqtable = 'Data$',
+ colnames = FALSE, as.is = TRUE)
> faults
[1] "HY00...