[android-beginners] Re: create table and lots of inserts

2009-08-13 Thread trostum
Thank you :) On Aug 14, 1:02 am, Mark Murphy wrote: > trostum wrote: > > Hi. > > > The app i'm currently developing needs a database with lots of fields > > in it. What's the best way of creating and populating this database > > the first time? Do i really need to write all thos SQL INSERT > > s

[android-beginners] Re: create table and lots of inserts

2009-08-13 Thread Mark Murphy
trostum wrote: > Hi. > > The app i'm currently developing needs a database with lots of fields > in it. What's the best way of creating and populating this database > the first time? Do i really need to write all thos SQL INSERT > statements? > > I have a database with the data i need. You can

[android-beginners] Re: create table and lots of inserts

2009-08-13 Thread trostum
For instance, would it be possible to run some sort of an .sql script containing all the inserts instead? On Aug 14, 12:44 am, trostum wrote: > Hi. > > The app i'm currently developing needs a database with lots of fields > in it. What's the best way of creating and populating this database > th