I have a file name “database.sqlite” which contains data that I have to use.
I wonder how to import it into my Eclipse IDE and how to call the data in this file?
Please give me some examples?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Go to the link below and follow steps from 6 onwards, but instead of copying it to sdcard copy it to data\data\your package name\database
http://androidbyhp.blogspot.com/2011/06/android-how-to-insert-images-songs-or.html#comments
I hope this helps and this is what you are looking for.