Introduction and Organization
This book is organized into three parts, as described in the following sections.
Part I: Learning ADO
ADO is Microsoft’s advanced universal data-access solution, consisting of an object model-based wrapper around OLE DB, which is a technology that allows data-access functionality to different types of data sources. This allows companies such as Oracle, Microsoft, and Sybase to develop what are called “data providers,” to do just that -- provide data to the OLE DB technology. OLE DB technology can work with all kinds of data sources, including relational databases such as SQL Server or an email system such as Exchange. OLE DB and ADO can even deal with plain text files and Excel spreadsheets. Chapter 1, and Chapter 2, provide more information on ADO, related technologies, and the structure of key ADO components.
ADO adds a common programming interface to OLE DB, thus allowing developers to use existing skills with multiple languages. ADO can be used with virtually any development language that supports COM, such as Visual Basic, Visual C++, J++, JScript, and VBScript. Developing with ADO in each of these languages is discussed in Chapter 3. ADO was designed to encourage DAO and RDO developers to migrate to this new technology, without the burden of the many different objects of DAO and RDO.
ADO is a lightweight, disconnected object model, which means that it has few objects, as compared to DAO or RDO, and that the objects do not necessarily rely on each ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access