Android Question ExecuteRemoteQuery: run some queries in sequence

giacomo-italy

Member
Licensed User
Longtime User
Hi,
i am using ExecuteRemoteQuery to manage some data from a remote MySQL Database.
Clicking on a command, i have to execute some queries in sequence, but executing one only after the previous one has completed its action,
how can I do?

Thanks
 
Top