Hello,
I just started to use B4A 6 days ago. I read too much information here and I am trying to absorb all. I am creating an app with various Activities in each one I need to retreive data from my SQL Server using RDC. My question is: Do I have to declare Dim reqManager As DBRequestManager in Sub Global in every Activity, or just one in Main in Process_globals ? Same question for JobDone, one for each Activity or a unique with all the different tags?
Thank you for your help.
I just started to use B4A 6 days ago. I read too much information here and I am trying to absorb all. I am creating an app with various Activities in each one I need to retreive data from my SQL Server using RDC. My question is: Do I have to declare Dim reqManager As DBRequestManager in Sub Global in every Activity, or just one in Main in Process_globals ? Same question for JobDone, one for each Activity or a unique with all the different tags?
Thank you for your help.