I am not sure if this is the correct forum for this Postgres related
question. I am receiving the following message when performing a simple
execution of a sql statement:
DBD::PgPP::st execute failed: Unknown message type: ' at irms_feedback.cgi
line
82.
[Fri Oct 24 09:38:13 2003] irms_feedback.cgi: DBD::PgPP::st execute failed:
Unkn
own message type: ' at irms_feedback.cgi line 82.
Content-type: text/html
The code of concern is :
$sql = qq{ SELECT * FROM irms_survey};
$sth = $dbh->prepare($sql);
$sth->execute();
Is this a bug within this module? I have performing this same tasks many
times and I have never encountered this problem. Your thought?
Kevin