I'm using perl 5.8.8 with DBD::Sybase 1.09, and the SQL statement
below appears to prepare and execute fine, but I've also just compiled
a perl 5.14.1 with DBD::Sybase 1.12, and with the newer versions I get
the following error on prepare:
DBD::Sybase::db prepare failed: Server message number=2401
I have developed a program suite on Windows that talks to a Teradata over
ODBC and works fine. I need to port it to DBD::Teradata on an AIX box, as
ODBC is not installed. I have built a local perl (5.14) (cc_r is missing, so
I had to compile a copy with gcc) and I have installed DBI ver 1.6.16 and