on 4/24/02 10:58 AM, "Will Glass-Husain" <[EMAIL PROTECTED]> wrote:

> (3) One significant lack in Torque is a "Cursor" functionality, as described
> in "The Design of a Robust Persistence Layer for Relational Databases"
> http://www.ambysoft.com/persistenceLayer.html.  I did a set of pages that
> displayed 20 records from a database at a time.  I had to do a select from
> the database each time and choose a subset of the Vector-- probably not the
> most efficient technique.  A cursor functionality would have let me do one
> pull from the database and use that for the display of multiple subsets.

This is an interesting solution to the problem...

    org.apache.torque.util.LargeSelect

-jon

-- 
Nixon: "At least with liquor, I don't lose motivation."



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to