Displaying 1 result from an estimated 1 matches for "c_rodbcgetinfo".
2008 Dec 18
1
RODBC crashes connecting to Teradata
...isql tool work properly. However,
this is what happens when I try to connect via RODBC:
> library(RODBC)
> conn = odbcConnect("thedsn", uid="theuid", pwd="thepass")
*** caught segfault ***
address (nil), cause 'memory not mapped'
Traceback:
1: .Call(C_RODBCGetInfo, attr(stat, "handle_ptr"))
2: odbcDriverConnect(st, ...)
3: odbcConnect("thedsn", uid = "theuid", pwd = "thepass")
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Any i...