0

Identifying YQLRequest sender

Hi all,

I'm developing a client-side application (no server at all) which needs to make many YQL requests and return the results to the respective sender. I tried, unsuccessfully:
* to find a way to make it synchronous and avoid callbacks to not lose the reference to the caller.
* to pass a uuid to the YQL request that would be sent back to the callback function from the server.
* to use SQL literals (like: select field, anotherfield, "some-literal-uuid" from table).

Neither of these approaches worked, that's why I'm asking you if there's a way to accomplish this.

Kind regards,

Alvaro

by
0 Replies

Recent Posts

in YQL