Using Cursors in PHP

From: Andreas Schmitz <a(dot)schmitz(at)cityweb(dot)de>
To: pgsql-php(at)postgresql(dot)org
Subject: Using Cursors in PHP
Date: 2003-08-06 12:59:22
Message-ID: 200308061459.22825.a.schmitz@cityweb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


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.

any ideas ?

best regards

-andreas

Responses

Browse pgsql-php by date

  From Date Subject
Next Message scott.marlowe 2003-08-06 15:51:21 Re: Using Cursors in PHP
Previous Message Gerd Terlutter 2003-08-06 08:23:16 Re: PHP Connections