in reply to Re^2: Overflow of $DBI::rows
in thread Overflow of $DBI::rows
All 64bit sizes.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
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.SQLLEN RowCount; /* Rows affected by insert, update, delete * (unreliable for SELECT) */
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Overflow of $DBI::rows
by DanEllison (Scribe) on Dec 07, 2012 at 19:45 UTC |