| 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?
|
 |
 |
|
|
subject: where is the SqlLite database located
|
|
|