in reply to Re: DBI - retrieving a specific row
in thread DBI - retrieving a specific row

Let's take it a step further.

Let's say I have a group of records and I want to do a data slice. What I mean by this is say I have 50 records but I only want to display 10 records at a time. Say then I indicate I want slice 3; I would be viewing records 21-30 (1=1-10, 2=11-20, ...).

Is it possible to make a query call to the DBI that would allow for this sort of functionality? LIMIT seemed like the way to go but it appears that LIMIT is not supported in SQL::Statement.

======================
Sean Shrum
http://www.shrum.net

  • Comment on Re: Re: DBI - retrieving a specific row