This document provides late-breaking or other information that supplements the Microsoft® ActiveX Data Objects version 1.5 documentation.
The following sections are included in this document:
Product Description
New Features
Installation Notes
Technical Support
Known Issues
Copyright Information
Microsoft ActiveX Data Objects (ADO) is an Automation-based interface for accessing data. ADO uses the OLE DB interface to access a broad range of data sources, including but not limited to data provided via ODBC.
Users of RDO and DAO should quickly become comfortable with programming to ADO, because the overall design of ADO comes from our experience in developing those interfaces.
This release of ADO adds several features to give the developer more power and control in their applications. (See the documentation for more information about using these features). New features include the following:
As in RDO 2.0, developers now have a high performance client-side cursor engine which supports optimistic batch updating, disconnected Recordset objects, and more.
Using this feature, Commands associated with a connection become methods on that connection interface.
Using this feature, ADO users can transmit data across HTTP to a client, work on that data, and submit it back to the HTTP server again.
Before you install ADO, make sure that your client and server computers meet the minimum hardware and software requirements.
To install ADO, you must meet certain hardware requirements, which include the following:
Before you install ADO, your computer must meet the following software requirements:
To use ADO you will need a programming environment which supports Automation objects. Currently this includes (but is not limited to) products such as Microsoft® Internet Information Server 3.0 or 4.0 (with Active Server Pages), the products in Microsoft Office, and Microsoft Visual Studio™.
You can visit the Microsoft ActiveX Data Objects Home Page on the World Wide Web for documentation updates and information about other related technologies. The address is http://www.microsoft.com/data/ado/.
To facilitate discussion and information sharing, Microsoft has established a public newsgroup: microsoft.public.oledb. You are welcome to post articles and messages to this unmoderated, unsupported newsgroup. Microsoft does not guarantee responses or direct support. For more information, visit the Microsoft OLE DB Web site, http://www.microsoft.com/data/oledb/.
destRst.Fields("myfield") = srcRst.Fields("myfield")It has been found that explictly specifying .Value on both sides of the expression will improve performance and will avoid a known issue with a small memory leak in this area. The new syntax to use would be:
destRst.Fields("myfield").Value = srcRst.Fields("myfield").ValueThis should improve performance and avoid the memory leak.
© 1997 Microsoft Corporation
These materials are provided as-is, for informational purposes only.
Neither Microsoft nor its suppliers makes any warranty, express or implied with respect to the content of these materials or the accuracy of any information contained herein, including, without limitation, the implied warranties of merchantability or fitness for a particular purpose. Because some states/jurisdictions do not allow exclusions of implied warranties, the above limitation may not apply to you.
Neither Microsoft nor its suppliers shall have any liability for any damages whatsoever including consequential, incidental, direct, indirect, special, and lost profits. Because some states/jurisdictions do not allow exclusions of implied warranties, the above limitation may not apply to you. In any event, Microsofts and its suppliers entire liability in any manner arising out of these materials, whether by tort, contract, or otherwise shall not exceed the suggested retail price of these materials.