Re: [R] RODBC / odbcConnectExcel Issue

2008-04-04 Thread James W. MacDonald
Hi Vishal, Vishal Belsare wrote: > Can someone throw light on the following problem I am having with RODBC? > There's an Excel file I am trying to read from, it has one sheet named > 'nameclass'. > > Thanks in anticipation. > > > Vishal Belsare > > >> library(RODBC) >> con = odbcConnectExcel(

[R] RODBC / odbcConnectExcel Issue

2008-04-04 Thread Vishal Belsare
Can someone throw light on the following problem I am having with RODBC? There's an Excel file I am trying to read from, it has one sheet named 'nameclass'. Thanks in anticipation. Vishal Belsare > library(RODBC) > con = odbcConnectExcel(file.choose()) > tbls <- sqlTables(con) > tbls