Team LiB
Previous Section Next Section

Chapter 2: Data Access Models: Part II

Overview

This is the second of two chapters covering data access models. As I mentioned at the beginning of Chapter 1, the topic of data access models is extensive, which is why I've broken it into two chapters. Chapter 1 presents you with an overview of ActiveX Data Objects (ADO) and examines the Connection, Recordset, and Field objects. In this chapter, you'll learn about the Command and Parameter objects and the Errors collection. I'll also show you several techniques for managing access to the files on a Web server, demonstrate the features of the relatively new Record and Stream ADO objects, and explore further the new functionality of the Recordset object.


Team LiB
Previous Section Next Section