If you know the number of records, maybe  a separate query. One query to
get the number of records, you could then pull x number of records at a
time and keep track of how many you have downloaded versus how many you
need to download and then send alone the start and limit of the query so
that you can get the next set of data. Then as each set comes in add it to
your "global" array/collection.


Kyle McKnight
Senior UI Engineer - Accesso
602.515.1444 (M)

On Fri, Aug 26, 2016 at 9:42 PM, bilbosax <[email protected]> wrote:

> Yes, unfortunately I do need all of the records at once.  My application
> is a
> huge sorting and filtering machine and it only works when it has all of the
> records. I looked at paging and wondered if there was a way to use it
> without it being tied to the scrolling of a grid.  If I could download a
> thousand records at a time and just loop through it 50 times to get all of
> the data, that would be ideal.  I don't know if paging can be requested in
> groups, or if it only works when tied to a grid component.  Anybody know?
>
>
>
> --
> View this message in context: http://apache-flex-users.
> 2333346.n4.nabble.com/Downloading-Large-Amounts-of-Data-from-Database-
> tp13415p13419.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Reply via email to