search for: cs_input_abt

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

2012 Feb 09
0
Java heap space Error while reading table from postgres database using RJDBC
...C(paste(db_driver, sep = ""), paste(db_jar_file, sep = ""), identifier.quote="`") conn <- dbConnect(drv, paste(db_server, sep = ""), paste(db_server_lgn, sep = ""), paste(db_server_pwd, sep = "")) cs_input_abt <- dbReadTable(conn, "cs_input_abt") ############################################################################ Following are the different error occurs after executing above script, every time different error when above script is executed. 1. Error in .jcall(rp, "I", &quot...