Performance Characteristics of the Datasource Object vs. ADODB

ID: Q160173


The information in this article applies to:
  • Microsoft Commerce Server version 2.0

Q. What are the performance characteristics of using the Datasource object versus using ADODB? Are there specific advantages to using one over the other?

A. The Datasource object is based on ADODB objects. The value added is the optimal way in which to use ActiveX Data Objects (ADO) for SQL Server and Oracle databases. ADO allows you to run an SQL statement in many ways, and each way has significant performance implications. The Content object has been tuned to give better performance. Also, there are some issues with ADO and Oracle that are addressed in the Datasource object. However, there is nothing in the system that prevents you from using either ADO directly or your own Component Object Model (COM) data access object. In fact, the starter stores use ADO directly on the management pages to demonstrate its usage.

Additional query words: kbfaq

Keywords :
Version : 2.0
Platform : WINDOWS
Issue type : kbinfo


Last Reviewed: August 19, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.