开发者

Accessing the external SQLite database with Android?

开发者 https://www.devze.com 2023-02-11 15:23 出处:网络
I have a database in my sqlite Manager in that i have one table. Now i want to a开发者_Go百科ccess that table through my android code.

I have a database in my sqlite Manager in that i have one table. Now i want to a开发者_Go百科ccess 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号