How to use the Query service
Hi, how are you.
I'm sorry to bother you but I need a little help... well here is my story
I have a List control with some divisors to group five different sets of services that I want to read from a database ..I am not an expertise programmer ...so I am trying to create a simple “Query service” thru the local system, but I have no idea about how to do it. I’ve read already the community's docs, but is too confuse and don’t find anything similar to my need ..there is a tutorial to do this with more simple steps?
I just want to my app be able to read the complete list of rows and present on the “List control” just those with certain value at one specific Column, something like:
SELECT * FROM mydatabase WHERE column3="5" ORDER BY column1
Thanks