Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

R and SQL Server Connection

$
0
0

@sumitjain15 wrote:

When I am trying to coonect to a SQL database server using RODBC package, I am recieiving a dialogue box which asks me to sleect data source. why is this coming up and How am I supposed to proceed from here?
I will write the code below:

connStr <- paste (
+ "Server = msedxeus.database.windows.net",
+ "database = DAT209x01",
+ "uid = Rlogin",
+ "pwd = P@ssw0rd",
+ "Driver = {SQL Server}",
+ sep = ";" )

conn<-odbcDriverConnect(connStr)

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles