Re: [android-developers] Re: Where the Database Exists?....

2009-12-01 Thread Moon Technolabs
Run your application then Windows Open Perspective DDMS Then follow sathya On Tue, Dec 1, 2009 at 12:57 PM, Sasikumar.S sasikumar.it1...@gmail.comwrote: Hi, I'm new to android. can u pls tell breifly. I can't understand where the db exists? On Tue, Dec 1, 2009 at 12:36 PM,

[android-developers] Re: Where the Database Exists?....

2009-11-30 Thread Nithin
Hi, Sqlite database is stored in data-data-package name-databases Thanks On Dec 1, 11:16 am, Sasikumar.S sasikumar.it1...@gmail.com wrote: Hi, When we are creating a databse in android through sqlite. where it is saving. How can we find the database file?... any one know about these?...

Re: [android-developers] Re: Where the Database Exists?....

2009-11-30 Thread Sasikumar.S
Hi nithin, can u pls tell... Where the data folder exists?... On Tue, Dec 1, 2009 at 12:21 PM, Nithin nithin.war...@gmail.com wrote: Hi, Sqlite database is stored in data-data-package name-databases Thanks On Dec 1, 11:16 am, Sasikumar.S sasikumar.it1...@gmail.com wrote: Hi, When

Re: [android-developers] Re: Where the Database Exists?....

2009-11-30 Thread sathya subbiah
HI Nithin, The data base folder exists in data - data - package_name - databases. To check the file locally while running the application, copy the file to you local filesystem and use sqlite commands in command window to check teh contents. On Tue, Dec 1, 2009 at 1:57 AM, Sasikumar.S

Re: [android-developers] Re: Where the Database Exists?....

2009-11-30 Thread Sasikumar.S
Hi, I'm new to android. can u pls tell breifly. I can't understand where the db exists? On Tue, Dec 1, 2009 at 12:36 PM, sathya subbiah sathya.subbia...@gmail.comwrote: HI Nithin, The data base folder exists in data - data - package_name - databases. To check the file locally while