I am used to writing client server apps in which the user populates a grid of records with which they want to work. they click on a record, edit the record and save the record and move on to the next record. What benefit does Async queries do in this case, the user cannot select a record until all the rows come back and they see the one they want.
When would I want to do async queries vs. sync queries?
If I use sync queries do they still run through the BOS?
Bill