DBD::PgPP::CursorResponse - Mailing list pgsql-general

From John Smith
Subject DBD::PgPP::CursorResponse
Date
Msg-id 20030616193511.68765.qmail@web40711.mail.yahoo.com
Whole thread Raw
List pgsql-general
I'm using DBD::PgPP, and this:

$sth = $dbh->prepare("select
save_it(get_id('xyz'),2,3,4)");

gives this error:

DBD::PgPP::st execute failed: Can't locate object
method "get_message" via package
"DBD::PgPP::CursorResponse" (perhaps you forgot to
load "DBD::PgPP::CursorResponse"?) at
c:/perl/site/lib/DBD/PgPP.pm line 638, <STDIN> line
60.

yet this:

$sth = $dbh->prepare("select save_it(1,2,3,4)");

works fine. Any help? The PgPP docs are pretty sparse
- I can't find anything about "CursorResponse".

TIA,
John



__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

pgsql-general by date:

Previous
From: Arjen van der Meijden
Date:
Subject: Re: Postgres performance comments from a MySQL user
Next
From: "Roderick A. Anderson"
Date:
Subject: Re: Best pg_dump practices