I have two calls in a row to ExecuteRemoteQuery thus
and then immediately the application must be closed so that has to be but I've noticed that sometimes ends realizarce consultation ..
How can you expect to both queries or porcesos that may be performed?
B4X:
Sub PlayButton_Action
ExecuteRemoteQuery("SELECT * FROM Simplexxxx WHERE ID ='" & txID1.text & "'",List1)
ExecuteRemoteQuery("SELECT * FROM Simplexxxx WHERE ID ='" & txID2.text & "'",List2)
MainForm.Close
End Sub
and then immediately the application must be closed so that has to be but I've noticed that sometimes ends realizarce consultation ..
How can you expect to both queries or porcesos that may be performed?