I am trying to port some ASP from MS Access to PostgreSQL and I am having problems with an ASP function the enables me
topage 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
objectbeyond 1 I get a very informative "unexpected error".
Does anyone knows if PostgreSQL supports this kind of functionality?
Thanks,
Julio Garcia
garcia@krautzer-lynn.com