Android Question RDC, is it possible to connect to more than 1 server?

incendio

Well-Known Member
Licensed User
Longtime User
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?
 
Top