Re: Downloading Large Amounts of Data from Database

2016-09-01 Thread Daniel Webster
t road"},    {"id": 2, "pn": "Phil", "ad": "63 test road"}](111 bytes ~ 22% reduction) Daniel From: bilbosax To: users@flex.apache.org Sent: Saturday, 27 August 2016, 10:50 Subject: Downloading Large Amounts of Data from Datab

Re: Downloading Large Amounts of Data from Database

2016-08-28 Thread Alex Harui
On 8/27/16, 6:11 PM, "bilbosax" wrote: >If I compress the datastream coming from my database, do I have to somehow >decompress it in my AIR application, or does that happen automatically? Have you proven it is the download that is the problem as opposed to deserialization? Otherwise you are t

Re: Downloading Large Amounts of Data from Database

2016-08-28 Thread scott matheson
bilbosax wrote: > > If I compress the datastream coming from my database, do I have to somehow > decompress it in my AIR application, or does that happen automatically? > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Do

Re: Downloading Large Amounts of Data from Database

2016-08-28 Thread Deepak MS
g from my database, do I have to somehow > decompress it in my AIR application, or does that happen automatically? > > > > -- > View this message in context: http://apache-flex-users. > 246.n4.nabble.com/Downloading-Large-Amounts-of-Data-from-Database- > tp13415p13445.html

Re: Downloading Large Amounts of Data from Database

2016-08-27 Thread bilbosax
If I compress the datastream coming from my database, do I have to somehow decompress it in my AIR application, or does that happen automatically? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Downloading-Large-Amounts-of-Data-from-Database-tp13415p13445.html

Re: Downloading Large Amounts of Data from Database

2016-08-27 Thread Scott
ing that you enable on the server side, or > something that you set up when creating services in Flex? > > > > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/Downloading-Large-Amounts-of-Data-from-Database-tp13415p13442.html > Sent fro

Re: Downloading Large Amounts of Data from Database

2016-08-27 Thread Scott
es. Is that something that you enable on the server side, or > something that you set up when creating services in Flex? > > > > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/Downloading-Large-Amounts-of-Data-from-Database-tp13415p13442

Re: Downloading Large Amounts of Data from Database

2016-08-27 Thread bilbosax
-Large-Amounts-of-Data-from-Database-tp13415p13442.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Downloading Large Amounts of Data from Database

2016-08-27 Thread Scott Matheson
; View this message in context: > http://apache-flex-users.246.n4.nabble.com/Downloading-Large-Amounts-of-Data-from-Database-tp13415p13421.html > Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Downloading Large Amounts of Data from Database

2016-08-27 Thread kamcknig
I'm not sure how you are connecting to your DB, normally in the past I've used PHP. So I connect to a PHP scriipt that I can send GET parameters to and have the PHP handle the querying. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Downloading-Large-

Re: Downloading Large Amounts of Data from Database

2016-08-26 Thread Alex Harui
On 8/26/16, 6:42 PM, "bilbosax" 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 t

Re: Downloading Large Amounts of Data from Database

2016-08-26 Thread bilbosax
there a way to send more specific SQL commands to a MySQL database than the preset data service commands? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Downloading-Large-Amounts-of-Data-from-Database-tp13415p13421.html Sent from the Apache Flex Users mailing list

Re: Downloading Large Amounts of Data from Database

2016-08-26 Thread Kyle McKnight
gh 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.n

Re: Downloading Large Amounts of Data from Database

2016-08-26 Thread bilbosax
46.n4.nabble.com/Downloading-Large-Amounts-of-Data-from-Database-tp13415p13419.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Downloading Large Amounts of Data from Database

2016-08-26 Thread Justin Mclean
Hi, > I don't know if there is a way to download smaller section of the database at > a time and add it all together. Do you need all of the data at once? If not then one solution is that you can page the data and download only what the user need and a little either side of that so that it’s

Downloading Large Amounts of Data from Database

2016-08-26 Thread bilbosax
problem and found a solution? I don't know if there is a way to download smaller section of the database at a time and add it all together. Thanks, Bill -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Downloading-Large-Amounts-of-Data-from-Database-tp13415