Re: [R] Error in importing table from SQL to R

2009-05-21 Thread Seeliger . Curt
Madan asks: > I am trying to import a table from SQL server to R(2.9.0), however i am > getting errors while running the below codes. Can anyone identify and let me > know where did i go wrong??? Thanks in anticipation :) > ... > NEWDATASQL1 <- sqlFetch(myconne, CampaignDataLarge) > > Error in od

[R] Error in importing table from SQL to R

2009-05-21 Thread Madan Mohan
Hi Friends, I am trying to import a table from SQL server to R(2.9.0), however i am getting errors while running the below codes. Can anyone identify and let me know where did i go wrong??? Thanks in anticipation :) library(RODBC) myconn <- odbcConnect("RDATABASE") myconn RODB Connection 6 D