in reply to Re^2: Error connecting to Teradata via ODBC
in thread Error connecting to Teradata via ODBC
It turns out that the problem was that I was using 64-bit odbc drivers. Our version of Perl only supports 32-bit at this time. I changed the odbc entry to point to the 32-bit drivers and I was able to connect.
Thanks for your help!
Dennis