You're missing the part where you show us the code you've used so far. Seriously, though, it's impossible to tell from this email. Obviously we don't want you to expose any confidential or sensitive information, but chances are that it is a problem with your algorithm, and we can probably help.
-----Original Message----- From: Tim Howell [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 4:09 PM To: [EMAIL PROTECTED] Subject: Not getting all rows from SQL Server using DBD::ODBC I've got a query that executes against SQL Server 2000 using DBD::ODBC. It should be returning about 170 rows; however, I'm only getting about 25 rows. I've tried checking $sth->{odbc_more_results}, but it is false. The query returns behaves as expected when executed within Access. Am I missing something obvious? Thanks! =) --TWH
