Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
kedward #1
How do you page large DB result sets?
Hello,
Does anyone have examples how you would use remote objects or web services to handle large DB result sets in flex?
Thanks
ed
kedward Guest
-
elp with Multiple Result Sets inside a Stored Procedure
I have a stored procedure that returns an output variable as well as a result set. It is one that works fine with a .NET application and I am... -
DataAdapter and multiple result sets
I have a SQL Server stored procedure that returns multiple recordsets (three of them), in the same way that sp_helpdb does (try entering EXEC... -
Multiple Result Sets from DB2 stored Procedure
Did you figure out the solution to the problem you stated where you are not seeing all the columns of the multiple recordsets returned by a DB2... -
How to use returned result sets from a client app?
Hi there, In the IBM sample file (see /opt/IBM/db2/V8.1/samples/cpp), spserver.sqC, it implemented a routine called two_result_sets(...). In... -
#23682 [Fbk->NoF]: sybase_query and multiple result sets: not returning first row set
ID: 23682 Updated by: sniper@php.net Reported By: uk at dataway dot ch -Status: Feedback +Status: No... -
SPSman #2
Re: How do you page large DB result sets?
Check out this blog by Matt Chotin, it is the first of 3 articles. You will find the others on this site as well.
[url]http://www.markme.com/mchotin/archives/004610.cfm[/url]
SPSman Guest
-
01merced #3
Re: How do you page large DB result sets?
Another suggestion would be to handle the paging on the server. You may not
want to load a ton of data on the clientside if your target audience is running
anything lower than broadband. To handle the paging on the server you may just
need a start parameter and a pageSize parameter and let JDBC do the paging. If
you are using EJBs, you will run into some problems trying to do the paging on
the server. It gets tough with EJBs. Very inefficient. If you don't have to
worry a lot about bandwidth, then Matt Chotin's article is a great way to go.
Even the lazy loading is a good option if you are worried about bandwidth.
None the less, those articles are ery informative reading :) Hope this helps!
01merced Guest
-
featurestage #4
Announcing bigfxlib, an open source Adobe Flex library for handling big data
Library includes an implementation of ICollectionView and IList that enables client side paging of big data sets while working seemlessly with existing Flex SDK components.
See https://featurestage.com/bigfxlibfeaturestage Guest



Reply With Quote

