IN THIS CHAPTER
Using ADO Versus DAO
Examining the ADO Model
Understanding ADO Recordset Types
Working with ADO Recordset Properties and Methods
Modifying Table Data Using ADO Code
Creating and Modifying Database Objects Using ADO Code
Examining the DAO Model
Getting to Know DBEngine
Using CurrentDB()
Understanding DAO Recordset Types
Selecting Among the Available Types of DAO Recordset Objects
Working with DAO Recordset Properties and Methods
Modifying Table Data Using DAO Code
Creating and Modifying Database Objects Using DAO Code
Using the DAO Containers Collection
Practical Examples: Applying These Techniques to Your Application