Hello,
I am playing with the new concept of pages and got stuck using sql databases.
1) declaring a sql db and initializing in the starter or main page gives me the error that the db cannot be opened (despite using android.permission.WRITE_EXTERNAL_STORAGE)
2) initializing the db in the B4Xresults gives the error java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invoke(Native Method)
My question: where should i define and initialize a sql database that can be accessible by all pages ?
Thanks a lot in advance !
Chris
I am playing with the new concept of pages and got stuck using sql databases.
1) declaring a sql db and initializing in the starter or main page gives me the error that the db cannot be opened (despite using android.permission.WRITE_EXTERNAL_STORAGE)
2) initializing the db in the B4Xresults gives the error java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invoke(Native Method)
My question: where should i define and initialize a sql database that can be accessible by all pages ?
Thanks a lot in advance !
Chris