Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.51 KB

File metadata and controls

54 lines (47 loc) · 1.51 KB
title File and Database Classes | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.classes.file
dev_langs
C++
helpviewer_keywords
database classes [C++], MFC
database classes [C++]
file classes [C++]
ms.assetid 580b169c-e26e-4395-b128-5408d08c98fe
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

File and Database Classes

These classes allow you to store information to a database or a disk file. There are three sets of database classes — OLE DB, ODBC, and DAO — that provide similar functionality. The OLE DB group is implemented using OLE DB and works with the OLE DB consumer templates, the DAO group is implemented using the Data Access Object, and 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.

See Also

Class Overview