Click here to Skip to main content
15,894,539 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hai...
I have created structure of an sqlite database in android. Then I inserted values into the database. How should I know the value is inserted into the database? or how to see the inserted values from the database through the fileExplorer?
Thanks....
Posted
Updated 26-Aug-11 18:01pm
v2
Comments
Herman<T>.Instance 26-Aug-11 3:42am    
when you don't get an exception ...................

1 solution

Have a read in this[^] it should have the information you are looking for.
Also there is this article "Using SQLite Database with Android"[^] that might be useful.

Comment response:
For opening a SQLite in the file explorer you will need a viewer[^].
 
Share this answer
 
v2
Comments
Neha Thanka 26-Aug-11 23:59pm    
How to open a database through file explorer?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900