search for: eve_tmp

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

2008 Dec 24
0
Write a data frame to Oracle Data Base
...9; can't work. The data frame can't be written to 10g Oracle Data Base. Here is what happened to me. >library(DBI) >library(ROracle) >drv <- Oracle() >con <- dbConnect(drv , 'uid','pw','db') >mm <- data.frame(CO2) > dbWriteTable(con,'eve_tmp',mm) Error in function (classes, fdef, mtable) : unable to find an inherited method for function "dbPrepareStatement", for signature "OraConnection", "character", "list" [1] FALSE And I tried the RODBC package, 'write' function is OK. Is it the O...