Android SQLite crashes after trying retrieving data from it?

It looks like the table doesn't exist for some reason You may want to try increasing your version number, to force an upgrade; if the database itself exists then the onCreate method won't be called - increasing the version will force onUpgrade to be called, and your implementation drops the table and recreates it. This should either fix your error, or give you a new error to work with!

It looks like the table doesn't exist for some reason. You may want to try increasing your version number, to force an upgrade; if the database itself exists then the onCreate method won't be called - increasing the version will force onUpgrade to be called, and your implementation drops the table and recreates it. This should either fix your error, or give you a new error to work with!

I'm kinda new to android programming so please bear with me. I'm having some problems with retrieving records from the db. Basically, all I want to do is to store latitudes and longitudes which GPS positioning functions outputs and display them in a list using ListActivity on different tab later on.

Now my question is - am I doing something wrong here?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions