[android-developers] Re: multiple successive queries to a database

2009-04-15 Thread iki
. On Apr 15, 2:12 am, Raphael r...@android.com wrote: Please look at the adb logcat error message (also Eclipse DDMS perspective logcat). R/ On Tue, Apr 14, 2009 at 10:38 PM, iki qui.af...@gmail.com wrote: The application has stopped unexpectedly. Please try again. One query always works

[android-developers] Re: multiple successive queries to a database

2009-04-14 Thread iki
). On Apr 13, 12:15 am, Ralf ralfo...@gmail.com wrote: What kind of crash do you get? Is this a force close or an exception? R/ On Thu, Apr 9, 2009 at 9:26 PM, iki qui.af...@gmail.com wrote: Has anyone other than me needed to make consecutivequeriesto a sqlitedatabase? My application works

[android-developers] multiple successive queries to a database

2009-04-12 Thread iki
Has anyone other than me needed to make consecutive queries to a sqlitedatabase? My application works sometimes but other times (about 98% of the time), the app will crash. What I'm doing is using the sqlitedatabase.query(..) to return a cursor which I parse, I make multiple successive queries to

[android-developers] Re: Deleting a full database record in SQLite

2009-04-12 Thread iki
I don't know if you can drop a database but just drop all of its tables, its basically the same thing. If you need to use the database for something else, just create new tables, or a new database, which is just another database under a different name. I don't know how much space an empty