...
Codeblock | ||||
---|---|---|---|---|
| ||||
const RQ = ccFactory.CreateDatabaseRemoteQuery( "lwyRzgyLEe-vV0qTCulcew", "Select * From Customers"); RQ.Reset(); RQ.Query = "Select * From Orders"; |
...
...
Codeblock | ||||
---|---|---|---|---|
| ||||
const RQ = ccFactory.CreateDatabaseRemoteQuery( "lwyRzgyLEe-vV0qTCulcew", "Select * From Customers"); RQ.Reset(); RQ.Query = "Select * From Orders"; |
...