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

