简体   繁体   中英

Populate JTable using .db file

I am currently making a mobile forensic toolkit for a project I have been given. I have hit a dead end and hoping someone could help me.

On Android, text messages, call logs, contacts etc are all saved as .db files and I am hoping I can populate a JTable to show the results when pressed on a specific button. For example you click view texts and the JTable fills with all the text messages on the phone. Also the .db files are full of columns that I will not need to show so is there a way to only select the columns that I do want to us?

I would use SQLite JDBC driver to access these DB files.

Java and SQLite

Then bind JDBC data to JTable as described here:

How to fill data in a JTable with database?

See also: https://stackoverflow.com/questions/2149438/tool-to-see-android-database-tables-and-data

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM