Re: [android-developers] sqlite database storage data

2012-02-25 Thread Jagruti Sangani
I have create the database using below code. db=openOrCreateDatabase("sip_ db.db",SQLiteDatabase.CREATE_IF_NECESSARY,null); db.setVersion(1); db.setLocale(Locale.getDefault()); db.setLockingEnabled(true); it is store data/data/my packaegnabe/databses but i want to know the

Re: [android-developers] sqlite database storage data

2012-02-25 Thread Jagruti Sangani
I have create the database using below code. db=openOrCreateDatabase("sip_ db.db",SQLiteDatabase.CREATE_IF_NECESSARY,null); db.setVersion(1); db.setLocale(Locale.getDefault()); db.setLockingEnabled(true); it is store data/data/my packaegnabe/databses but i want to know the

Re: [android-developers] sqlite database storage data

2012-02-25 Thread Narendra Singh Rathore
Hey Jagruti, my suggestion solved your problem or not? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers

Re: [android-developers] sqlite database storage data

2012-02-25 Thread Jagruti Sangani
I have create the database using below code. db=openOrCreateDatabase("sip_ db.db",SQLiteDatabase.CREATE_IF_NECESSARY,null); db.setVersion(1); db.setLocale(Locale.getDefault()); db.setLockingEnabled(true); it is store data/data/my packaegnabe/databses but i want to know the

Re: [android-developers] sqlite database storage data

2012-02-25 Thread Jagruti Sangani
I have create the database using below code. db=openOrCreateDatabase("sip_db.db",SQLiteDatabase.CREATE_IF_NECESSARY,null); db.setVersion(1); db.setLocale(Locale.getDefault()); db.setLockingEnabled(true); it is store data/data/my packaegnabe/databses but i want to know the d

Re: [android-developers] sqlite database storage data

2012-02-24 Thread rathod kantilal
if you want to external storage (i.e. your database in pc or database server), you use web serivce. no thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsub

Re: [android-developers] sqlite database storage data

2012-02-24 Thread Narendra Singh Rathore
On Sat, Feb 25, 2012 at 11:44 AM, Jagruti Sangani < jagruti.sang...@inextrix.com> wrote: > That i know but that data will remain with my project or on other pc i > need to create database and insert data again.? > > Hey Jagruti, I have solution for you. You can store your database in assets folder

Re: [android-developers] sqlite database storage data

2012-02-24 Thread Jagruti Sangani
that is also i know but it is in our project part or consider as a pc? On Sat, Feb 25, 2012 at 11:45 AM, rathod kantilal wrote: > your database file is store in following path. > > data/data/database/*yourdatabasename* > > no thanks > > -- > You received this message because you are

Re: [android-developers] sqlite database storage data

2012-02-24 Thread rathod kantilal
your database file is store in following path. data/data/database/*yourdatabasename* no thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubsc

Re: [android-developers] sqlite database storage data

2012-02-24 Thread Jagruti Sangani
That i know but that data will remain with my project or on other pc i need to create database and insert data again.? On Sat, Feb 25, 2012 at 11:24 AM, Chandra Sekhar wrote: > > > On Sat, Feb 25, 2012 at 11:05 AM, Jagruti Sangani < > jagruti.sang...@inextrix.com> wrote: > >> hello, >> i want to

Re: [android-developers] sqlite database storage data

2012-02-24 Thread Chandra Sekhar
On Sat, Feb 25, 2012 at 11:05 AM, Jagruti Sangani < jagruti.sang...@inextrix.com> wrote: > hello, > i want to know the sqlite database at where store the data?It is on > application device or on the pc.Because i need the data will be remain > with project. > > -- for that u need to follow some s

[android-developers] sqlite database storage data

2012-02-24 Thread Jagruti Sangani
hello, i want to know the sqlite database at where store the data?It is on application device or on the pc.Because i need the data will be remain with project. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

[android-developers] sqlite database storage data

2012-02-24 Thread Jagruti Sangani
hello, can anybody know the sqlite database at which place store the data like in project or inpc at any where.because i have use the sqlite database store the data on my pc its work perfect.but when this project run on other pc then no data found from table.so can anybody give me reply at where pl