Displaying 2 results from an estimated 2 matches for "print_area".
2011 Jul 20
1
Problem with RODBC
...Calculations v3.xls",
+ sep = "")
> channel <- odbcConnectExcel(fileName)
> sqlTables(channel)$TABLE_NAME
[1] "Data$"
[2] "PBC$"
[3] "SQL$"
[4] "'10_11 Summary$'"
[5] "'10_11 Summary$'Print_Area"
[6] "'Cust Nos$'"
[7] "Data$_"
[8] "'Diagnostic Pivot$'"
[9] "'Historic summary$'"
[10] "'MED Supporting Evidence$'"
[11] "'MED Supporting Evidence$'Print_Area"
> faults <- sqlFe...
2004 Nov 09
1
RODBC bug or doc error in sqlFetch on xls files (PR#7354)
...Documents and Settings\\bgunter\\My Documents\\LRPdatacln <NA>
3 C:\\Documents and Settings\\bgunter\\My Documents\\LRPdatacln <NA>
TABLE_NAME TABLE_TYPE REMARKS
1 'Success Rates$' TABLE <NA>
2 'Success Rates$'Print_Area TABLE <NA>
3 'Success Rates$'Print_Titles TABLE <NA>
## The following give errors, although
## according to p.16 of manual, this should work:
> dat<-sqlFetch(z,"Success Rates")
Error in odbcTableExists(channel, sqtable) :
Success Rates...