http://www.perlmonks.org?node_id=1004775


in reply to Re^4: DBI don't fetch my data...or at least not all records (bug?)
in thread DBI don't fetch my data...or at least not all records

Most likely a bug in DBD::ODBC, but that is just a guess. It could be a bug in ODBC or in your code or even in DBI, Perl, ODBC, etc.

Perhaps you should report exactly what data should get returned for the record where this fails, since that seems a likely place for this (possible) bug to have been triggered.

- tye        

  • Comment on Re^5: DBI don't fetch my data...or at least not all records (bug?)