Re: [android-beginners] Creating Database with big amount of data

2009-12-22 Thread David Fire
save the file using utf8 encode this solved similar issues on diferent plataforms. 2009/12/20 Thomas thomas.bruye...@gmail.com Hi all, The database of my application need to be filled with a lot of data, so during onCreate(), it's not only some create table sql instructions, there is a lot

[android-beginners] Creating Database with big amount of data

2009-12-20 Thread Thomas
Hi all, The database of my application need to be filled with a lot of data, so during onCreate(), it's not only some create table sql instructions, there is a lot of inserts. The solution I chose is to store all this instructions in a sql file located in res/raw and which is loaded with