[android-developers] Re: Problems reading/writing to SQLite db on SD card.
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home