Re: Using Cursors in PHP

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема Re: Using Cursors in PHP
Дата
Msg-id 1060329700.4453.0.camel@severn
обсуждение исходный текст
Ответ на Re: Using Cursors in PHP  ("scott.marlowe" <scott.marlowe@ihs.com>)
Ответы Re: Using Cursors in PHP
Список pgsql-php
В Срд, 06.08.2003, в 17:51, scott.marlowe пишет:
> On Wed, 6 Aug 2003, Andreas Schmitz wrote:
>
> >
> > Hello *,
> >
> > I am just wondering if it is possible to use cursors within PHP. I need to
> > page query result from a big table and I am looking for a solution to avoid
> > scanning the complete table using limit and offset.
>
> Yes, you can use cursors, no you can't expect them to survive from one
> page to the next.

What about the new feature in cursors "WITH HOLD"? Don't they survive?

--
Markus Bertheau <twanger@bluetwanger.de>

Вложения

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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Testing gateway
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Using Cursors in PHP