Well, you could have a loop, and read lines from a flat file (or a
resource array entry).

Or you could pre-build the DB on a PC and install it during your
initial bring-up.  A little bit of a song and dance to do this, but
nothing particularly complex or difficult.

On Nov 5, 7:44 am, "jlopeznava...@gmail.com" <jlopeznava...@gmail.com>
wrote:
> Hi,
> I am preparing a new update of my appliction, in this version I need
> to insert lot of new rows (200) in my db.
>
> Because I don't want to programatically add 200 insert code line for
> each row, I would like to know what is the best method to accomplish
> it just with a call to the file and dumping it into my db.
>
> Regards.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to