RE: select statement fails

2007-08-31 Thread John Costello
On Fri, 31 Aug 2007, Brian Raven wrote: > [mailto:[EMAIL PROTECTED] On Behalf Of John > DePasquale > > greetings all, > > I think I have a case of too much data being returned to a perl > script, but I'm not certain. > > using perl 5, DBI:ODBC, MS-SQL and IIS 6: > > I am guessing you mean DBI and

RE: select statement fails

2007-08-31 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John DePasquale Sent: 31 August 2007 03:15 To: activeperl@listserv.ActiveState.com Subject: select statement fails > greetings all, > I think I have a case of too much data being returned to a perl script, but I'm not certain. > using

Re: select statement fails

2007-08-30 Thread Paco Zarabozo A.
What are your previous/following lines on that code? I'de like to see it more complete in order tyo find possible errors. I've used perl to manage really large tables (much larger than yours) with no problem. Also, which database/driver are you using? Paco - Original Message - Fro