HOWTO: How to Import Microsoft Access Data
Article ID: 130463
Article Last Modified on 2/22/2005
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 6.0 Professional Edition
- Microsoft Data Access Components 2.5
This article was previously published under Q130463
SUMMARY
While Visual FoxPro has the ability to import a number of different file
formats, it is not possible to import a Microsoft Access database directly
into Visual FoxPro. You must use ODBC.
MORE INFORMATION
The structure of a Microsoft Access database is substantially different
from something like a text file or an Excel spreadsheet. The .MDB file of a
Microsoft Access database is a container that holds the tables, forms, and
reports for use by Microsoft Access. The manner in which the data is stored
is somewhat the same as the way it is stored in an SQL Server database
where you must first access the database itself to gain access to the
tables.
Because Visual FoxPro does not understand the format and structure of the
Microsoft Access database, you cannot import data directly from a Microsoft
Access database by using the Import Wizard.
To import the data, you need to use ODBC to pull data from the Microsoft
Access tables. To learn how to use ODBC with Microsoft Access tables,
please see the "Access data, using in Visual FoxPro" topic in the Visual
FoxPro Help file.
Additional query words: VFoxWin Access Import ODBC
Keywords: kbhowto KB130463