Why I Can't See Db Structure By Sqlite Manager In File Explorer
Why I can't see DB structure by SQLite Manager in file explorer in Eclipse? When I click my DB in file explorer SQLite Manager button is disable. I have to pull a DB out of Eclipse
Solution 1:
As your code I can't see the extension of the database so first give the extension of database
To see the structure of the database and data you have to install plugins for SQLite Manager you can get plugins from here
If you want to see the more information then see this
If already install plugins then you have to do below change May be your database extension is ".sqlite" if it is then change it with ".db"
Post a Comment for "Why I Can't See Db Structure By Sqlite Manager In File Explorer"