Re: [R] RODBC crashes connecting to Teradata

2009-02-19 Thread Graham Williams
Received Fri 19 Dec 2008 7:38am +1100 from Prof Brian Ripley: > On Thu, 18 Dec 2008, Francisco Javier Perez Caballero wrote: > >> Hi, I'm trying to connect to a Teradata database via RODBC on a Linux 64 >> machine (Red Hat Enterprise Linux 5). [...] >>> library(RODBC) >>> conn = odbcConnect("th

Re: [R] RODBC crashes connecting to Teradata

2008-12-18 Thread Prof Brian Ripley
On Thu, 18 Dec 2008, Francisco Javier Perez Caballero wrote: Hi, I'm trying to connect to a Teradata database via RODBC on a Linux 64 machine (Red Hat Enterprise Linux 5). The ODBC driver is properly configured and queries sent via unixODBC's isql tool work properly. However, this is what happe

[R] RODBC crashes connecting to Teradata

2008-12-18 Thread Francisco Javier Perez Caballero
Hi, I'm trying to connect to a Teradata database via RODBC on a Linux 64 machine (Red Hat Enterprise Linux 5). The ODBC driver is properly configured and queries sent via unixODBC's isql tool work properly. However, this is what happens when I try to connect via RODBC: > library(RODBC) > conn = o