Re: [android-developers] i want to insert more than 5000 -records in android in a second

2011-07-11 Thread Perumss Naren
Hi, Its a predefined information? if yes means (First u convert that db file into raw file add that raw in assert folder u can write the raw file in the sqlite database so all data can be stored in application database so u can retrieve that table information did i help u ? Regards, Pe

Re: [android-developers] i want to insert more than 5000 -records in android in a second

2011-07-11 Thread Daniel Drozdzewski
On 11 July 2011 12:24, NaveenShrivastva wrote: > > > On Mon, Jul 11, 2011 at 12:00 PM, naveen kumar > wrote: >> >> i want to insert more than 5000 -records in android very fastly >> >>  using ContentValues initialValues = new ContentValues(); also used >> BeginTransaction statement but not effect

Re: [android-developers] i want to insert more than 5000 -records in android in a second

2011-07-11 Thread NaveenShrivastva
On Mon, Jul 11, 2011 at 12:00 PM, naveen kumar wrote: > i want to insert more than 5000 -records in android very fastly > > using ContentValues initialValues = new ContentValues(); also used > BeginTransaction statement but not effective > > Please give me suggestion > > -- > You received this me

[android-developers] i want to insert more than 5000 -records in android in a second

2011-07-10 Thread naveen kumar
i want to insert more than 5000 -records in android very fastly using ContentValues initialValues = new ContentValues(); also used BeginTransaction statement but not effective Please give me suggestion -- You received this message because you are subscribed to the Google Groups "Android Develo