Hello,

I am trying to write my own Java application using TinyDBMain classes.
I need to run multiple queries in the same time and i cannot achieve this.
If I run query : SELECT nodeid, light from sensors (qID = 1) and SELECT nodeid, light FROM sensors where nodeid = 2 (qID=2) the second query gives me the same output. I have also checked that TinyDBMain application does not support multiple queries.

Is it possible to solve this problem?

thank you for any help, I really need it,

Maciej Piasecki
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to