Saturday, 17 August 2013

Database issue with SQLite

Database issue with SQLite

I have been working with a few different database examples. Every example
i am using to try to learn about SQLite databases i am getting the exact
same error. I have already tried to research this and cannot find my exact
error anywhere.
Thanks for any help below is the code and the error i am getting
DatabaseHandler db = new DatabaseHandler(this);
I am getting unreachable code.
in my Database Handler.java file i do have the public class Database
Handler (one word).
Thanks again.

No comments:

Post a Comment