search for: typesr2dbm

Displaying 2 results from an estimated 2 matches for "typesr2dbm".

Did you mean: typesr2dbms
2013 Sep 26
0
RODBC Package help ----binding issue
...if(!is.character(driver) || length(driver) != 1L) stop("argument 'driver' must be a character string") if(!is.list(value) || length(value) < 4L || is.null(names(value)) ) stop("argument 'value' must be a named list of length >= 4") typesR2DBMS[[driver]] <<- value[c("double", "integer", "character", "logical")] } If I try to use it : setSqlTypeInfo("Microsoft SQL Server", list(double="float", integer="int", character="varchar(255)", logical="varch...
2007 Oct 17
3
R and TeraData
Hello, Does anyone know a way to connect from R on Linux box to TeraData server? I can use ODBC connection on Windows box, but with amount of data I need (and prefer) to use large Linux box. Thanks, Vadim