in reply to Re^2: Overflow of $DBI::rows
in thread Overflow of $DBI::rows

Windows? When I run Makefile.PL for DBD-ODBC-1.41 on Linux, I get the following:
unixODBC 2.3.1 DRIVERS............: /etc/unixODBC/odbcinst.ini SYSTEM DATA SOURCES: /etc/unixODBC/odbc.ini FILE DATA SOURCES..: /etc/unixODBC/ODBCDataSources USER DATA SOURCES..: /home/mb/.odbc.ini SQLULEN Size.......: 8 SQLLEN Size........: 8 SQLSETPOSIROW Size.: 8
All 64bit sizes.
dbdimp.h has this definition:
SQLLEN RowCount; /* Rows affected by insert, update, delete * (unreliable for SELECT) */
This member looks like it was the culprit here and somehow ended up as 32bit. The build output of DBD-ODBC should have some clues.

Replies are listed 'Best First'.
Re^4: Overflow of $DBI::rows
by DanEllison (Scribe) on Dec 07, 2012 at 19:45 UTC
    We are in fact using DataDirect's 64bit ODBC. So it appears it may be correct. It may very well be a Teradata issue which wouldn't surprise me.