简体   繁体   中英

Android -Search in external sqlite

I'm trying to find a "description" of a "person" within a database stored in the sd. the row in the database are "_ID, name, description".

I created a "EditText" and a "button" where the name of the person is written and pressing the button will search the database required information. I also placed two TextView, one that says the name of the person, and in the other the description. but I could not access the external database, is not whether to use DBHelper because the database is already created, (I can not create it again as many names and a big description).

Someone could help me with some tutorial or some explanation? ThankYou for Ur Helps Masters!.

我用解决这个问题

SQLiteDatabase.openDatabase("path", null, SQLiteDatabase.OPEN_READWRITE)

Check here some very detailed step by step tutorial:

It should provide you a good starting point.

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