Application still hangs even when i use asynchronous mode.... Any idea why this is happening...
Thanks, Sudha. --- In [email protected], "Johannes Nel" <[EMAIL PROTECTED]> wrote: > > use sqlite asynchronous mode.also when doing several inserts getting them > into a transaction in synchronous mode speeds things up a lot > > On Sun, Sep 14, 2008 at 7:09 PM, sudha_bsb <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I am trying to insert images into sqlite database from an air > > application. The images are of size 1MB. I want to show a loading > > animation while the insert is happening. > > > > But the application just hangs while inserting data into database. It > > returns into normal mode only when the insert is complete. How can I > > make sure that the application doesn't hang while the insert happens. > > > > I want to show an animation during this time.... > > > > Please help, > > > > Thanks, > > Sudha. > > > > > > > > > > -- > j:pn > \\no comment >

