IntelliJ Java IDE
The moose likes Android and the fly likes where is the SqlLite database located Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "where is the SqlLite database located" Watch "where is the SqlLite database located" New topic
Author

where is the SqlLite database located

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 597
1 )I need to know where is the SqlLite database located in SDK ?
2 ) can't we get a UI windoe for handle SqlLite database as we do in SQL ?
zoheb hassan
Ranch Hand

Joined: Apr 01, 2009
Posts: 141

A sqlite database is not part of SDK "Sqlite library" is and a Sqlite Database is part of your application and you can browse this trough File explorer -->data-->data-->your package name-->Databases in DDMS Perspective.You can use a sqlite Browser to view the Database

--Zoheb
sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 597
can you tell me where is the file explora in eclips?
 
IntelliJ Java IDE
 
subject: where is the SqlLite database located
 
Threads others viewed
Web vs Native app
Need to connect to DB and get some records
Android application back end design
How to run java in Xcode ?
Need To Store Data, But cannot have a database
IntelliJ Java IDE