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 certa

Re: select statement fails

2007-08-30 Thread Paco Zarabozo A.
al Message - From: John DePasquale To: activeperl@listserv.ActiveState.com Sent: Thursday, August 30, 2007 9:14 PM 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 perl 5, DBI:ODBC, M

select statement fails

2007-08-30 Thread 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: executing the following code: $sth = $dbh->prepare("select field1 from table ") || &failed( "prep failed" ); $exec = $sth->execute() || &f