View Single Post
Old Oct 13th, 2006, 6:11 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Any decent database has had the bejasus optimized out of it by experts. That is why should should let it do all the work you can express in your statements, instead of doing things piecemeal and finishing them up outside. There are a number of things you can do to help it make the most of its expertise. These will generally be detailed in a section of your documentation.

I don't know dink about ADO.NET, sorry.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote