S strupp01 Active Member Licensed User Longtime User Jul 23, 2017 #1 As far as I read, the assumption of data does not extend module-like as with Android. Is there a way to store and retrieve data in a DB?
As far as I read, the assumption of data does not extend module-like as with Android. Is there a way to store and retrieve data in a DB?
Erel B4X founder Staff member Licensed User Longtime User Jul 23, 2017 #2 B4J and B4i are simpler than B4A in this regard. You can directly access other modules. (I'm not sure what exactly you are asking about) Upvote 0
B4J and B4i are simpler than B4A in this regard. You can directly access other modules. (I'm not sure what exactly you are asking about)
S strupp01 Active Member Licensed User Longtime User Jul 23, 2017 #3 Problem has solved. Property in the first module the string as private declares. So I could not access the second module. Upvote 0
Problem has solved. Property in the first module the string as private declares. So I could not access the second module.