DBD::PgPP::CursorResponse

From: John Smith <john_smith_45678(at)yahoo(dot)com>
To: PG-General <pgsql-general(at)postgresql(dot)org>
Subject: DBD::PgPP::CursorResponse
Date: 2003-06-16 19:35:11
Message-ID: 20030616193511.68765.qmail@web40711.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2003-06-16 19:54:23 Re: Best pg_dump practices
Previous Message Arjen van der Meijden 2003-06-16 19:33:51 Re: Postgres performance comments from a MySQL user