I have an sqlite database file named sample.db .
Now i don't know its table names or in a broad way i don't know what it contains.
So is there any way through which i can read its tables ?
-
Start by looking the JDBC(TM) Database Access tutorials, you can access the database meta-data to get a list of the tablesMadProgrammer– MadProgrammer2014-09-19 05:20:52 +00:00Commented Sep 19, 2014 at 5:20
-
There is a tutorial here at tutorialspoint.com/sqlite/sqlite_java.htmMadhur Ahuja– Madhur Ahuja2014-09-19 05:45:07 +00:00Commented Sep 19, 2014 at 5:45
Add a comment
|