2

Possible Duplicate:
How to view SQL database in Eclipse Debug mode for android

I am developing an android application which involves data base,,,Fetching data from database

Can anyone tell the link of sqlite manager plugin download in android

Thanks in advance Tushar

Community
  • 1
  • 1
Tushar
  • 5,907
  • 15
  • 49
  • 81
  • [How to view SQL database in Eclipse Debug mode for android](http://stackoverflow.com/questions/6333412/how-to-view-sql-database-in-eclipse-debug-mode-for-android/6333482#6333482) – Paresh Mayani Jun 13 '12 at 12:22
  • It's duplication of http://stackoverflow.com/questions/6333412/how-to-view-sql-database-in-eclipse-debug-mode-for-android/6333482#6333482 – woodshy Jun 16 '11 at 13:01

2 Answers2

2

I would just use an outside program to see the database. Once the database is created navigate to your app's data folder (/data/data/your.package/) and pull the database onto your machine. Then use this program to look at the data and run queries.

Stefan Bossbaly
  • 6,682
  • 9
  • 53
  • 82
0

Sqlite is native in android. You can start with many tutorial to build a database helper, such as this one.

Regards, Stéphane

Snicolas
  • 37,840
  • 15
  • 114
  • 173
  • Stephane can u provide me the link where i can download sqlite manager plugin for eclipse,,,,I am not able to find the download link,, – Tushar Jun 16 '11 at 12:35
  • Here is what you are looking for ... http://stackoverflow.com/questions/5533340/how-to-use-sqlite-manager-tables-in-eclipse-for-android – Snicolas Jun 16 '11 at 12:38
  • It's also available from eclipse market place – Snicolas Jun 16 '11 at 12:40
  • snicolas can u provide me eclipse sqlite manager download market link,,plz if possible.. – Tushar Jun 16 '11 at 12:48