I'm not sure if this is what you are looking for, but here it is: We use sqlite db for offline ipad apps. We zip the db file, place it on server and download it from there. Zip File size ranges from 300 to 400MB.
We download the file in chunks and write it on the device and then unzip it using ANE (as Flex/AIR unzipping takes longer time). We then query the db and display data in the app. Reference link: http://deepflex.blogspot.in/2013/03/writing-large-files-on-mobileandroidios.html?m=1 On 28 Aug 2016 6:44 am, "bilbosax" <waspenc...@comcast.net> 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/Downloading-Large-Amounts-of-Data-from-Database- > tp13415p13445.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >