Pg module and several result objects

Поиск
Список
Период
Сортировка
От Timur V. Irmatov
Тема Pg module and several result objects
Дата
Msg-id 5725711180.20021011171028@sdf.lonestar.org
обсуждение исходный текст
Ответы Re: Pg module and several result objects
Список pgsql-general
Hello, People!

I'm using Pg module to access PostgreSQL from my perl scripts.  I have
a question which is not clarified by reading man page..

Suppose I have one query:
my $res = $conn->exec(...);
and then I perfrom seconf one:
my $res2 = $conn->exec(...);

Thus, I use two different result objects and perform fetchrow on them
in turn.  I think it is OK, and I have checked that on practice.  But
to be sure, I'd like to hear it from people who know the truth ;-)

Sincerely Yours,
Timur
mailto:itvthor@sdf.lonestar.org


В списке pgsql-general по дате отправления:

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: news.postgresql.org?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Pg module and several result objects