I've been doing some VERY BASIC reading of ADO.NET 2.0, but I've not been able to find an answer to this question: (which leads me to believe it's assumed to be a general knowledge understanding that ...
Faster performance in business applications comes down to reducing the "critical two" -- disk I/O and trips to the server. Doing that means doing a lot of things right, starting with your database ...
I have a C++ DLL which is giving me fits. The basic code looks like this:<BR><BLOCKQUOTE><font size="-1">code:</font><HR><pre><BR>bool find_code ( CString dbFileName ...