P peggjones Active Member Licensed User Longtime User Oct 10, 2014 #1 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.
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.
giga Well-Known Member Licensed User Longtime User Oct 10, 2014 #2 Just a thought, Have you double checked the exact database name and login info? Upvote 0
P peggjones Active Member Licensed User Longtime User Oct 10, 2014 #3 giga said: Just a thought, Have you double checked the exact database name and login info? Click to expand... Yes I Have. If I run the program in debug it works. Then I recompile it in release mode and run it again - it doesn't work! Upvote 0
giga said: Just a thought, Have you double checked the exact database name and login info? Click to expand... Yes I Have. If I run the program in debug it works. Then I recompile it in release mode and run it again - it doesn't work!
P peggjones Active Member Licensed User Longtime User Oct 10, 2014 #4 I sorted this now thanks. Put this is in the code. Dim dummy As String dummy=File.DirRootExternal 'Get sdcard write permission Upvote 0
I sorted this now thanks. Put this is in the code. Dim dummy As String dummy=File.DirRootExternal 'Get sdcard write permission