Skip to Content
Access Database Design and Programming, Second Edition
book

Access Database Design and Programming, Second Edition

by Steven Roman PhD
July 1999
Intermediate to advanced
432 pages
13h 10m
English
O'Reilly Media, Inc.
Content preview from Access Database Design and Programming, Second Edition

Closing DAO Objects

We should make a few remarks about closing DAO objects that have been opened programmatically. The Database, Recordset, and Workspace objects each have a Close method. This method will remove these objects from their respective collections. This is appropriate for the three object types mentioned previously for the following reasons:

  • The Databases collection is defined to be the collection of all open database objects.

  • The Recordset objects are temporary objects, to be used only for data manipulation purposes.

  • Attempts to close the default Workspace object are ignored, but you can close other Workspace objects.

Note that objects of types other than the three mentioned are intended to be persistent members of their collections, stored on disk in the Access mdb file. However, they can be removed from their respective collections by using the Delete method.

Here are some caveats to keep in mind with respect to closing objects:

  • As we will see in Chapter 16, you should update (i.e., complete) all pending edits before closing an open Recordset object.

  • When a procedure that declares a Recordset or Database object is exited, the recordset or database is closed and any unsaved changes or pending edits are lost.

  • If you close a Database object while any Recordset objects are still open, or if you close a Workspace object while any of its Database objects are open, those Recordset objects will be automatically closed and any pending updates or edits will be lost.

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

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Access Database Design & Programming, 3rd Edition

Access Database Design & Programming, 3rd Edition

Steven Roman

Publisher Resources

ISBN: 1565926269Catalog PageErrata