Re: [android-developers] Problem in Accessing 2.9 MB Database from Apps

2010-01-06 Thread Alessandro Pellizzari
Il giorno mar, 05/01/2010 alle 09.28 -0800, Vish ha scritto: I am Having 2.9 MB Database given by client. I know that Android don't Support data more than 1.1 MB So I Spilt DB into 3 Parts of 1.1 MB . I had the same problem. I provided a text file with the insert queries (one per line) in

[android-developers] Problem in Accessing 2.9 MB Database from Apps

2010-01-05 Thread Vish
Hii All, I am Having 2.9 MB Database given by client. I know that Android don't Support data more than 1.1 MB So I Spilt DB into 3 Parts of 1.1 MB . Now when I am going to Read these Database from my Apps then it is Saying that Database Malformed and the Desired tables are not shown there.So if