search for: rodm_open_dbms_connection

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

2013 Sep 26
0
RODBC Package help ----binding issue
...39;typesR2DBMS' Actually, I am using RODM package (http://cran.r-project.org/web/packages/RODM/index.html ) which internally calls this function while making a connection to the Oracle DB. I am getting this error every time I try to make a connection. https://forums.oracle.com/message/11030499 RODM_open_dbms_connection() try to make a call to setSqlTypeInfo(). ********* ********* `RODM_open_dbms_connection` <- function( # # Open an ODBC connection to the Oracle Database # dsn, uid = "", pwd = "") { library(RODBC) channel <- odbcConnect(dsn = dsn, uid = uid, pwd = pwd, case = &qu...