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
How to catch response in Sub Jobdone for each DBRequestManager?
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?