No, error message from your ODBC driver ...
Your table names are not valid SQL names. The details depend on the exact
driver, but you could try omitting the final dollar. This may not
work, in which case you may need to use an sqlQuery call.
On Mon, 5 Jan 2009, giovanni parrinello wrote:
channel <- odbcConnectExcel("nuova tabella terapia occupazionale mod.xls")
> ## list the spreadsheets
> sqlTables(channel)
TABLE_CAT
TABLE_SCHEM TABLE_NAME
1 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod
2 matches
Mail list logo