DBD::Pg 1.00 - Mailing list pgsql-general

From newsreader@mediaone.net
Subject DBD::Pg 1.00
Date
Msg-id 20010530080711.A10086@dragon.universe
Whole thread Raw
List pgsql-general

DBD::Pg 1.00 won't allow me to use the following
the code anymore

----------
$s=$dbh->prepare('select * from table');
$s->execute or die $dbh->errstr;
while(my @a=$s->fetchrow_array())
    {
    ... do something
    }
while(my @a=$s->fetchrow_array())
    {
    .. do something else
    }
-----------

It was fine before with 0.9?

Now I need another execute statement before
the second while statement.

Thanks


pgsql-general by date:

Previous
From: Larry Rosenman
Date:
Subject: Interesting question for LARGE (> 10 Million Rows).
Next
From: Tom Lane
Date:
Subject: Re: Problems with new data location