Re: [GENERAL] previous & next buttons

2003-10-14 Thread Network Administrator
I was just helped with this last week (see threat "Interfaces that support cursors" that started on 10/10 if its in the archives". The two ways to do it- either issuing a selects with limit/offset modifiers or with a cursor. On the above thread today, it was posted that large datasets are going t

[GENERAL] previous & next buttons

2003-10-14 Thread Psybar Phreak
hi all, im developing a site in perl with mason on a postgreSQL backend. i currently have a page that lists all items in a table, but would like to do the " << PREVIOUS 1 2 3 4 NEXT>> " sort of thing - say LIMIT of 10 records to a page. can someone help me out. thanks PP --