Re: from pgsql_perl5 to DBD-Pg



The following test, right before the loop, triggers the same error:

my $result = $dbh->do("select * from schede");
my $nfields = $result->{NUM_OF_FIELDS}; # <---------

.