6 messages in com.googlegroups.android-beginners[android-beginners] Open a database f...
FromSent OnAttachments
psaltamontes01 Jul 2008 10:10 
John D Giotta01 Jul 2008 13:43 
jdav...@gmail.com01 Jul 2008 19:12 
John D Giotta02 Jul 2008 08:03 
psaltamontes02 Jul 2008 11:13 
psaltamontes15 Jul 2008 09:57 
Subject:[android-beginners] Open a database from another application.
From:psaltamontes (mcg2@gmail.com)
Date:07/01/2008 10:10:41 AM
List:com.googlegroups.android-beginners

Hi.

Is possible open a database from another application which doesn't create this database?.

I try from the application that doesn't create the database:

path_database = "/data/data/umem.uab/databases/datos_generales.db";

data_base = openDatabase(path_database, null);

I receive the exception:

IllegalArgumentException on: File /data/data/umem.uab/databases/ datos_generales.db contains a path separator.

The path is correct, I have checked.

Could I have problems with the permissions?