MDAC 2.5 SDK - ODBC Programmer's Reference
Chapter 17: Programming Considerations
Microsoft® Visual Studio™ Analyzer provides a high-level view of the ODBC application. The developer can evaluate, analyze, and debug the structure, performance, and interactions from the application's perspective, rather than from a component or code perspective. The information gathered by Visual Studio Analyzer is in the form of events, which represent some kind of interaction between two components of the application. Events can be composed of function calls and returns from functions, such as connections, database queries, and transactions.
For more information about Visual Studio Analyzer, see the Visual Studio Analyzer Reference Guide within the Visual Studio suite of documentation.