My program allows users to store their db in any writeable portiion of the sd card (or external sd card). or if they are on iOS or dont have any saved DBs, it uses getAppHomePath()
However Database.openOrCreate(sDB) appears to be dependant on <apppath>/database for example when I provide a full path to the db I get this error: path to '/home/peter/.cn1/database/file://home//Peter Carlson.db3': '/home/peter/.cn1/database/file:' does not exist
How can I read/write to a DB that is on the SD Card?