It's all created by Java using only the standard android.database
package.  It's the initial database created by my app using CREATE
TABLE, CREATE INDEX and some INSERT INTO SQL commands for populating
the default data.  Nothing fancy or non-standard at all.



On Aug 4, 2:22 pm, Miguel Morales <[email protected]> wrote:
> It's still possible despite that, read the link I posted.
> If the file was in some sort of unfinished operation where the write
> ahead log it will change the file format.
> The file would still be readable by 3.7 by not by anything below.
>
> Read the file to determine its version.  Or send it over to the sqlite
> people as this appears not to be the expected behavior.
> Also, how is this database populated?  Via java code or through the
> sqlite command line?
>
> On Wed, Aug 3, 2011 at 11:14 PM, Zsolt Vasvari <[email protected]> wrote:
> >> Seems that something happened with that file, or it was in the middle
> >> of an operation or something.
>
> > No, it wasn't.  This is reproducible 100% of the time and the file is
> > not corrupted as it's openable and readable by 3.7.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> ~ Jeremiah:9:23-24
> Android 2D MMORPG:http://solrpg.com/, http://www.youtube.com/user/revoltingx

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to