November 2007
Intermediate to advanced
408 pages
11h 3m
English
IN THIS CHAPTER
Connecting to a Data Source 273
Case Study: Backing Up Data 309
To manipulate data, we must first connect to a data source. Those words sound a lot like ADO object model terminology, but the intent is not to focus your attention on ADO but on the concept that to manipulate data, we need to be able to see it.
We look at data through the object models discussed in Chapter 17, “Object Models for Working with Data.” In the ADO object model visibility of data is gained through opening a Connection object. In the DAO object model visibility of data is gained through opening a Database ...
Read now
Unlock full access