Displaying 1 result from an estimated 1 matches for "demoteam".
Did you mean:
demote
2001 Jan 09
3
RODBC Bug?
I'm not sure if this problem is repeatable or particular to my machine.
The following works fine -
> odbcConnect("demoteam", uid = "demo", pwd = "demo")
This causes R to crash -
> oracle.info <- list(channel = "demoteam", uid = "demo", pwd = "demo")
> demo.db.connect <- function(ora.info = oracle.info) {
+ channel <- odbcConnect(ora.info$channel, u...