Re: Using Cursors in PHP - Mailing list pgsql-php

From Markus Bertheau
Subject Re: Using Cursors in PHP
Date
Msg-id 1060329700.4453.0.camel@severn
Whole thread Raw
In response to Re: Using Cursors in PHP  ("scott.marlowe" <scott.marlowe@ihs.com>)
Responses Re: Using Cursors in PHP
List 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>

Attachment

pgsql-php by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Testing gateway
Next
From: "scott.marlowe"
Date:
Subject: Re: Using Cursors in PHP