[R] Connection to Microsoft SQL Server

2009-05-18 Thread Meenu Sahi
Dear Users I am new to R. I'm trying to make a connection to Microsoft SQL Server via R. How can I find the correct syntax to make the connection? The Help pdf file has an example for mySql but there's isnt much on SQL Server. Please help. I am trying the following code library(RODBC) con<-odbcConn

Re: [R] Connection to Microsoft SQL Server

2009-05-18 Thread Uwe Ligges
Meenu Sahi wrote: Dear Users I am new to R. I'm trying to make a connection to Microsoft SQL Server via R. How can I find the correct syntax to make the connection? The Help pdf file has an example for mySql but there's isnt much on SQL Server. Please help. I am trying the following code librar

Re: [R] Connection to Microsoft SQL Server

2009-05-18 Thread David Scott
On Mon, 18 May 2009, Uwe Ligges wrote: Meenu Sahi wrote: Dear Users I am new to R. I'm trying to make a connection to Microsoft SQL Server via R. How can I find the correct syntax to make the connection? The Help pdf file has an example for mySql but there's isnt much on SQL Server. Please he