DBD::PgPP::CursorResponse

Поиск
Список
Период
Сортировка
От John Smith
Тема DBD::PgPP::CursorResponse
Дата
Msg-id 20030616193511.68765.qmail@web40711.mail.yahoo.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Arjen van der Meijden
Дата:
Сообщение: Re: Postgres performance comments from a MySQL user
Следующее
От: "Roderick A. Anderson"
Дата:
Сообщение: Re: Best pg_dump practices