Hey, now we're talking. I do lots of stuff with arrays, just hadn't thought about using it for paging. We're probably looking at 500 max for this puppy, so it shouldn't be a problem. User-scoped variables to hold your X and Y as you page through, or is there a better way?
Muchas muchas gracias! jamileh > -----Original Message----- > From: Erik Gorka [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 5:11 PM > To: [EMAIL PROTECTED] > Subject: Re: Witango-Talk: Paged results for a Direct DBMS action > > > > I've replicated that sort of function by loading the results of the > Direct DBMS action into an array and showing row X through > row Y from > the array on each page. As long as you not expecting > thousands of rows > returned from the database and you're overly concerned about memory, > this should work just fine for what you want to do. > > Erik > > On Dec 12, 2003, at 1:30 PM, Wilcox, Jamileh (HSC) wrote: > > > OK, I need to add next/previous paging to a webpage. This is the > > results page of a direct dbms action. > > > > The paging in the manual doesn't work, because it is based > on having > > checked the "Get Total Number of Matching Rows" box in the > Results tab > > of the Search Action. > > > > The Direct DBMS Results tab doesn't have that option, I dunno why. > > > > Has anyone done this? > > > > Thanks. j > > > ______________________________________________________________________ > > _ > > _ > > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > > ______________________________________________________________ > __________ > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
