Paging through records using pgsql and ASP

From: Julio Garcia <garcia(at)krautzer-lynn(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Paging through records using pgsql and ASP
Date: 1999-12-03 12:47:00
Message-ID: 01BF3D94.027269D0@Next
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am trying to port some ASP from MS Access to PostgreSQL and I am having problems with an ASP function the enables me to page through a collection of records viewing only a limited number of records on each page.
Specifically I am able to set the PageSize of the ADODB.RecordSet object but when I try to set the AbsolutePage of this object beyond 1 I get a very informative "unexpected error".
Does anyone knows if PostgreSQL supports this kind of functionality?

Thanks,

Julio Garcia
garcia(at)krautzer-lynn(dot)com

Browse pgsql-general by date

  From Date Subject
Next Message Lachlan O'Dea 1999-12-03 12:53:34 All writes make postgresql a slow database?
Previous Message vincent leycuras 1999-12-03 12:39:51 Some MySQL features