Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.17 KB

File metadata and controls

26 lines (23 loc) · 1.17 KB
title Catalog Information (MFC Data Access) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
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
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
ms.workload
cplusplus
data-storage

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)