incendio Well-Known Member Licensed User Longtime User Aug 30, 2014 #1 Hi guys, Is it possible to have more than 1 DBRequestManager in RDC, each one connect to a different server? If it is possible, how to handle response Sub JobDone? Suppose I have this code B4X: Dim reqM1 As DBRequestManager Dim reqM2 As DBRequestManager How to catch response in Sub Jobdone for each DBRequestManager?
Hi guys, Is it possible to have more than 1 DBRequestManager in RDC, each one connect to a different server? If it is possible, how to handle response Sub JobDone? Suppose I have this code B4X: Dim reqM1 As DBRequestManager Dim reqM2 As DBRequestManager How to catch response in Sub Jobdone for each DBRequestManager?
Erel B4X founder Staff member Licensed User Longtime User Aug 31, 2014 #2 It is possible. Use the Tag object to distinguish between different tasks / servers. Upvote 0