Performance Characteristics of the Datasource Object vs. ADODB

Last reviewed: July 16, 1997
Article 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 : CommDB_SQL CommMisc kbusage buglist1.0x kbfaq
Version : 2.0
Platform : WINDOWS
Issue type : kbinfo
Resolution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.