search for: ingresv1

Displaying 1 result from an estimated 1 matches for "ingresv1".

Did you mean: ingress
2011 Feb 10
1
rjdbc identifier.quote
...S I use RJDBC with Ingres JDBC driver I have this csv file "","Strategy","par1","m.1997.09.01" "1","ALF",2,0.1244 which I try to load it RJDBC require (RJDBC) drv <- JDBC("com.ingres.jdbc.IngresDriver","/home/ingres/ingresv1/ingres/lib/iijdbc.jar") conn <- dbConnect(drv, "jdbc:ingres://192.168.5.21:V17/rtestdb") mylargedata <- read.csv(file="a5.csv.v0",head=TRUE,sep=",") > dbWriteTable(conn, "table5",mylargedata) Error in .sql.qescape(names(value), TRUE, conn at ide...