Hi Rcommunity,
I am trying to connect Teradata from Rstudio. I also wanted to use dplyr, therefore, I am following instruction from here.
Below is my code
library(dplyr.teradata)
con <- dbConnect(todbc(),
driver = "{Teradata Driver}", DBCName = "edw.Phealth",
uid = "Myusername", pwd = "password")
When above code is executed I get following error:
[Driver Manager] Can't open lib 'Teradata Driver': file not found
Should I be using something else instead of "{Teradata Driver}" ?
Can somebody please help me out, its very important for my work. If anybody could explain and provide me the steps or code for Teradata connection will be very much appreciated. I have very little experience when it comes to database connections.
I am using a secure environment, therefore, cannot copy error message from it but I can provide as much information as I can if required.
Thank you