Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 993 Bytes

data-source-determining-the-schema-of-the-data-source-odbc.md

File metadata and controls

17 lines (13 loc) · 993 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Data Source: Determining the Schema of the Data Source (ODBC)
Data Source: Determining the Schema of the Data Source (ODBC)
11/04/2016
ODBC data sources [C++], schema
schemas [C++], data sources
data sources [C++], determining schema
17284acb-eb10-4f27-9944-ad1d973c0b05

Data Source: Determining the Schema of the Data Source (ODBC)

This topic applies to the MFC ODBC classes.

To set up data members in your CRecordset objects, you need to know the schema of the data source to which you are connecting. Determining the schema of a data source involves obtaining a list of the tables in the data source, a list of the columns in each table, the data type of each column, and the existence of any indexes.

See also

Data Source (ODBC)
Data Source: Managing Connections (ODBC)