A request to retrieve information from a database or other information system. This tag can be used to refer to SQL queries against a database (SQL-Server, Oracle, MySQL, etc.) or for filtering and manipulation of memory data structures (jQuery, Linq).

learn more… | top users | synonyms (3)

3
votes
1answer
69 views
+50

How to make numeric comparison when using morphia to perform an $elemMatch query

My document has the following structure: { "scores": [{ "scoreTitle": "environment", "scoreValue": 3, "scoreDescribe": "good" }, { "scoreTitle": "service", "scoreValue": 3, ...
0
votes
2answers
55 views
+50

how to extract data from database and use it to navigate

I have an application where I am getting the latitude and longitude coordinates. I want , when to press a button to start navigating to that position . Generally,if I want to find my position I use ...