0

Possible Duplicate:
Android: Accessing assets folder sqlite database file with .sqlite extension

I have my own database file with name abc.sqlite. This database file has 4 tables(diameter,diameterinch, diametermetric,products). Now I pasted that file in assets folder. Now how i can retrieve the data from tables

Community
  • 1
  • 1
  • Haven't you did google for this problem? Same as above question, there are plenty of questions available on the net. – Paresh Mayani Nov 24 '11 at 08:50
  • Check this article: [Using your own SQLite database in Android applications](http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/) – Paresh Mayani Nov 24 '11 at 08:52

1 Answers1

0

you need to copy that database to local memory or the sd-card and perform all function Read Here

ud_an
  • 4,939
  • 4
  • 27
  • 43