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