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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo