Hi,
I can establish the connection just fine....
My connection statement:
jdbcCon <- dbConnect(drv = JDBC("com.teradata.jdbc.TeraDriver"),user = UID, password = PWD,
paste("jdbc:teradata://",DSN,"/database=",DataBase, ",TMODE=TERA,CHARSET=UTF8", sep = ""))
assign("tdConnection", jdbcCon, envir = .GlobalEnv)
I can read perfect, but when trying to write I get the following error:
↧