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
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
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
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