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.
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.
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