Well folks, I'm working on my application, and everything was perfectly fine ... I finished it with your help, but I found another problem. I was testing it on Android 2.3.3 as it was more popular and it opened faster on my computer, but when I went to test it on my tablet (which is API16) and the emulator with Android 4.1.2 (API16) it is showing a weird mistake. When I squeeze it in 2.3 it opens up perfectly, retrieving DB data and everything ... However, when I try to run it on a newer API, it's past that my Database does not exist (?!). Could anyone tell me if there has been any change in the way I work with internal DBs in recent APIs? I was told that some of my commands might have fallen out of use, but the problem is pointing only to SQL, not to Android.