Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.76 KB

File metadata and controls

38 lines (28 loc) · 1.76 KB
title Driver Architecture Overview | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
helpviewer_keywords
Visual FoxPro ODBC driver [ODBC], architecture
FoxPro ODBC driver [ODBC], architecture
ms.assetid ef5a91cd-158e-40bf-b5a8-8ba535c4705e
author David-Engel
ms.author v-daenge

Driver Architecture Overview

The Microsoft Visual FoxPro ODBC Driver is a 32-bit driver that enables you to open and query a Microsoft Visual FoxPro database or FoxPro tables through the Open Database Connectivity (ODBC) interface. You can access FoxPro data using the following types of applications:

  • A Microsoft Office application, such as Microsoft Excel or Microsoft Word, that uses Microsoft Query to communicate with ODBC.

  • An application written in Microsoft Visual C++ or C that uses the ODBC SDK API.

  • An application written in Microsoft Visual Basic or Microsoft Visual Basic for Applications.

In each case, the request for information uses the ODBC API. The ODBC Driver Manager works with the Visual FoxPro ODBC Driver to open and retrieve data from FoxPro tables and databases.

The architecture is represented in the following diagram:

Shows the ODBC Driver architecture

This section contains the following topics.