File and Database Classes

These classes allow you to store information to a database or a disk file. There are two sets of database classes — DAO and ODBC — which provide similar functionality. The DAO group is implemented using the Data Access Object, while the ODBC group is implemented using Open Database Connectivity. There are also a set of classes for manipulating standard files, Active streams, and HTML streams.

The following categories of classes support data persistence.