Posts by InFilterside • 45 points
2 posts
-
3
votes2
answers90
viewsQ: UPDATE in a query with multiple entries
I have a query where I have a SELECT from a client ID, and an order ID. Later I perform an UPDATE in a table, changing the tax rate on the selected order. The problem is that a customer may have…
-
1
votes1
answer73
viewsQ: Receiving and handling data from a query
I would like to know how to manipulate the data of a query. I have a method that performs a Select, and I’m creating a List to store the results, and return this list. But how can I use this data…