When doing:

//open your existing DB
InputStream dbStream = mContext.getAssets().open(<yourDBName>);

I'm not able to start reading...  Do I need a particular permission
type? Also, when writing back to that location a new database which
permission should be set?

Thanks,
-Moto!

On Sep 8, 12:37 pm, Moto <medicalsou...@gmail.com> wrote:
> Perfect!
> I really appreciate everyone's help!
>
> -Moto!
>
> On Sep 8, 1:05 am, mjc147 <westmead...@yahoo.co.uk> wrote:
>
> > On Sep 7, 3:30 am, Mark Murphy <mmur...@commonsware.com> wrote:
>
> > > Now, the database path location may change in future Android releases,
> > > and I am not aware of a place in the API to get the path to a database
> > > in a more official fashion.
>
> > You can use the Context.getDatabasePath() method:
>
> >http://developer.android.com/reference/android/content/Context.html#g...)
>
>
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to