Re: Paged Querys

2005-01-27 Thread Leon Brocard
Hernan Arredondo sent the following bits through the ether: I make a page that returns the result of a select statement in Perl and DBI, but a lot of rows are returned, there is a way to page the result ? Options which exist on CPAN: http://search.cpan.org/dist/DBIx-Pager/

Re: Paged Querys

2005-01-26 Thread JupiterHost.Net
Thilo Planz wrote: I make a page that returns the result of a select statement in Perl and DBI, but a lot of rows are returned, there is a way to page the result ? Yes, there are several modules for this. The best one (easy to use, all the functions you need in one place) I've used is

Paged Querys

2005-01-25 Thread Hernan Arredondo
Hi all, I make a page that returns the result of a select statement in Perl and DBI, but a lot of rows are returned, there is a way to page the result ? Regards Hernan Dario -- No matter how fast processors get, software consistently finds new ways to eat up the extra speed

Re: Paged Querys

2005-01-25 Thread JupiterHost.Net
Hernan Arredondo wrote: Hi all, Hello, I make a page that returns the result of a select statement in Perl and DBI, but a lot of rows are returned, there is a way to page the result ? Yes, there are several modules for this. The best one (easy to use, all the functions you need in one place)

Re: Paged Querys

2005-01-25 Thread Thilo Planz
I make a page that returns the result of a select statement in Perl and DBI, but a lot of rows are returned, there is a way to page the result ? Yes, there are several modules for this. The best one (easy to use, all the functions you need in one place) I've used is Data::Paginate