-1

I have prebuild DB file. with data base name and the schema related to the table.

I have "abc" table in my MyData.db file.

Please let me know how to read all the data from 'abc' table.

Please provide me code snippet to get the data.

thanks.

brig
  • 3,721
  • 12
  • 43
  • 61
  • Refer this [copying-database-file-from-assets-to-data-data-folder](http://stackoverflow.com/questions/18505903/copying-database-file-from-assets-to-data-data-folder-in-file-explorer-andro/18506387#18506387) – Chirag Ghori Mar 04 '14 at 11:13
  • Then, we should also give you a tutorial on how to INSERT, UPDATE and DELETE data... Don't you have Google? There's a plenty of tutorials on CRUD operations in Android + SQLite. – Phantômaxx Mar 04 '14 at 11:14
  • 1
    Increase your repo. Due to 404, you didn't get anything. Try Google. – Manish Dubey Mar 04 '14 at 11:16

1 Answers1

0

There are so many tutorials available in web. For your information I am attaching one of the link here

Crud oprations on Db : Android SQLite Database Tutorial

Access database from assets this

Community
  • 1
  • 1
Naveen
  • 1,948
  • 4
  • 17
  • 21