Paging through records using pgsql and ASP

From: Julio Garcia <garcia(at)krautzer-lynn(dot)com>
To: "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Paging through records using pgsql and ASP
Date: 1999-12-02 16:28:01
Message-ID: 01BF3CE9.BC6A1AA0@Next
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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-interfaces by date

  From Date Subject
Next Message Oleg Bartunov 1999-12-02 16:45:48 Re: [INTERFACES] Slow join query optimisation?
Previous Message Ross J. Reedstrom 1999-12-02 15:45:21 Re: [INTERFACES] Data Migration