Android Question Problem Opening Database

peggjones

Active Member
Licensed User
Longtime User
If I run my program which opens a database in debug mode everything runs OK.
If I run it in release mode I get 'SQLiteCantOpenDatabaseexception'.
Does anyone know how this can possibly be?

Thanks.
 

peggjones

Active Member
Licensed User
Longtime User
I sorted this now thanks.

Put this is in the code.

Dim dummy As String
dummy=File.DirRootExternal 'Get sdcard write permission
 
Upvote 0
Top