Saturday 10 March 2012

SQLiteManager plugin for eclipse






When you are working on an Android application that stores data in a SQLite database.There arise many questions like where does this database file get stored on the filesystem ? How can we access the database? i will give solution to all these problems. 
I created the database from my previous post about Using SQLite in ANDROID

 This link provides the Plugin for eclipse for viewing the database.

8 comments:

  1. thanks very much it helped me a lot

    ReplyDelete
  2. I am getting an issue as unable to create db in ver 4.0 emulator, as the same code able to create the DB in sqlite with version 3.0

    ReplyDelete
  3. Hi, i'm unable to access this function. i followed the instructions to the letter but SQLite Manager appears disabled.
    Fyi,
    Eclipse Java EE IDE for Web Developers.
    Version: Indigo Service Release 2
    Build id: 20120216-1857

    Appreciate if you could help. Thank you.

    ReplyDelete
  4. i posted an issue with SQLite Manager being disabled. It is a non-issue. Apparently the DB file was not in the expected type (.db). Renamed it into the proper format, it is ok now. Thanks.

    ReplyDelete
  5. Excellent! Thanks for publishing this.

    ReplyDelete
  6. I am also facing the same problem.

    ReplyDelete
  7. created a .db database but am not able to open the database into the SQLite Manager. Also no /data directory stuff is found. Any idea what is wrong here.

    ReplyDelete