SteveInBeloit
Well-known member
- Joined
- May 22, 2006
- Messages
- 132
- Programming Experience
- 10+
If I put the Select command in the VB .NET code, such as "Select col1, col2 From Orders INNER JOIN OrderDetails ON OrdKey = DetOrdKey Where yada...."
and fill a Datatable with this, are all the records being pulled back through the network, and sorted out on the client?
If so, if I write a stored proc instead, won't that shift the processing to the server?
Thanks.
and fill a Datatable with this, are all the records being pulled back through the network, and sorted out on the client?
If so, if I write a stored proc instead, won't that shift the processing to the server?
Thanks.