Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 981 Bytes

File metadata and controls

16 lines (12 loc) · 981 Bytes
description Learn more about: Catalog Information (MFC Data Access)
title Catalog Information (MFC Data Access)
ms.date 11/04/2016
helpviewer_keywords
tables [C++], catalog information
tables [C++]
ODBC [C++], catalog information
catalog information database [C++]
databases [C++], catalog information database
ms.assetid c184e80f-ff17-409f-9df8-05275080bb8d

Catalog Information (MFC Data Access)

Information about the tables in a data source can include the names of tables and the columns in them, table privileges, names of primary and foreign keys, information about predefined queries or stored procedures, information about indexes on tables, and statistics about tables.

For more information, see Data Source: Determining the Schema of the Data Source (ODBC).

See also

Data Access Programming (MFC/ATL)