Im using the DBI.pm module to call about 2000 rows from my database. I show 10 rows at
a time
with a next and prev button. Is DBI able to look ahead like I can with ASP and say
that there is
2000 records page 1 of 200 10 records per page???? With my Perl script I obviously can
count
1-10 then on the next page it's 11-20 and so on. But once again without having to wait
for all
the 2000+ rows to be called in, is there a way to do a look ahead?? Thanks in advance.
Allan.
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users