Connect R and Teradata using JDBC
I've followed the steps above and run into an error after the first step:
Error in .jfindClass(as.character(driverClass)[1]) :
java.lang.ClassNotFoundException
Yes, I have the jdbc driver downloaded and the files stored in the directory listed. rJava and RJDBC packages installed and loaded too.
EDIT: The following block of code:
drv = JDBC("com.teradata.jdbc.TeraDriver", c("\\Users\\bo762818\\Downloads\\TeraJDBC__indep_indep.16.20.00.08\\tdgssconfig.jar",
"\\Users\\bo762818\\Downloads\\TeraJDBC__indep_indep.16.20.00.08\\terajdbc4.jar"))
yields the below error:
Error in .jfindClass(as.character(driverClass)[1]) :
java.lang.ClassNotFoundException