简体   繁体   中英

Accessing the external SQLite database with Android?

I have a database in my sqlite Manager in that i have one table. Now i want to access that table through my android code. Is there any possible way to do that... Please reply me....

There is a bit of extra work involved but it can be done to include modifying your primary key and changing some of your db structure.

This article talks you through all the steps in depth.
http://zaman91.wordpress.com/2010/09/22/android-how-to-use-own-sqlite-database/

It might actually be easier to just create a new db and populate it.

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