Yes, tried that, its stopped blowing up on when trying to access the
database initially, but it was still actually a read-only database
that would blow up later when I eventually tried a write operation on
it. (by calling DeleteOperation() )


My code is here:

http://pastebin.com/H8wbyLS1




On Dec 11, 6:52 pm, skink <[email protected]> wrote:
> MarkG123 wrote:
> > adding NO_LOCALIZED_COLLATORS allowed me to open the database, but it
> > was still opening it as readonly (despite me asking for read.write),
> > it now blows up much later.
>
> > Is it even possible to open non Android databases on the SD card?  Am
> > I wasting my time with this?
>
> > Thanks.,
>
> did you try flags:
>
> OPEN_READWRITE | NO_LOCALIZED_COLLATORS
>
> it worked for me and the dbase was read-write
>
> pskink

-- 
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