| ActiveX Data Objects 1.5 Release NotesID: Q230293 
 | 
This article contains a copy of the ActiveX Data Objects 1.5 Release Notes included with the Windows NT 4.0 Option Pack. It is listed here so that the issues it covers are included in queries performed against the Knowledge Base. 
The file containing these Release Notes is located in <%SystemRoot%>\Help\Iis\Htm\Core\Adorlnts.htm.
NOTE: Knowledge Base articles may be distributed in either ASCII-text or HTML form. If you are viewing the ASCII-text version of this article, some formatting may have been lost when it was converted from the original HTML form of Adorlnts.htm.
 This document provides late-breaking or other information that supplements 
the Microsoft(R) ActiveX(TM) Data Objects version 1.5 documentation. The following sections are included in this document: 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(R) Internet Information Server 3.0 or 4.0 (with Active Server Pages), 
the products in Microsoft Office, and Microsoft Visual Studio(TM). 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/. (C) 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, 
Microsoft’s 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. (C) 1997 by Microsoft 
Corporation. All rights reserved.Microsoft ActiveX Data Objects 1.5 Release Notes
Product Description
New 
Features
Installation Notes
Technical Support
Known 
Issues
Copyright Information 
Product Description
New Features
Installation Notes
Before You Run Setup
Hardware Requirements
Software Requirements
Technical Support
Visiting the Microsoft ActiveX Data Objects Web Site
Joining the OLE DB Public Newsgroup for Discussion of ActiveX Data 
Objects
Known Issues
It has been found 
that explicitly 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") = srcRst.Fields("myfield")
This 
should improve performance and avoid the memory leak.destRst.Fields("myfield").Value  = srcRst.Fields("myfield").Value
Copyright Information
Additional query words: ado active data objects iis kbreadme readme adorlnts.htm adorlnts
Keywords          : 
Version           : winnt:4.0
Platform          : winnt 
Issue type        : kbhowto 
| Last Reviewed: August 9, 1999 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |