How to Import FileMaker Data into FoxPro for MacintoshLast reviewed: May 17, 1996Article ID: Q118742 |
The information in this article applies to:
SUMMARYUsing FoxPro for Macintosh to import FileMaker Pro data files can cause several error messages, including "unable to locate data" and "data dictionary not found." This article describes how to troubleshoot these and other problems and gives several methods of importing FileMaker data into FoxPro for Macintosh.
MORE INFORMATION
Troubleshooting TipsAll methods of importing FileMaker files, including the use of the APPEND FROM command, depend on several files being available:
SET LIBRARY TO MACIMP.MLBIf the ASLM has not been installed properly, an informative error message will be displayed. If MACIMP is not in the Extensions folder, the SET LIBRARY command will return the following error:
API Library not foundIf you still cannot import the file, try the following:
Methods of Importing FileMaker FilesIf you have access to FileMaker, the best and easiest solution is to open the file in FileMaker and export the records in .DBF format. Using this method solves most data-conversion problems because the .DBF format is relatively simple compared to FileMaker's native file format. To export the records, choose Import/Export from FileMaker's File menu. In the Export Records dialog box, select the .DBF option from the File Type list box. If the FileMaker table is a simple one (that is, the basic data types are used in the structure of the FileMaker table), FoxPro should be able to APPEND FROM the FileMaker table into an existing FoxPro table structure. However, if the FileMaker table contains any proprietary field types, such as calculated or auto-incrementing type fields, FoxPro will NOT be able to perform the import. NOTE: If the FileMaker table has a simple structure, you may want to try using IMPORT.APP through the Run Application option instead of using APPEND FROM. IMPORT.APP is the front-end interface to the functionality built into MACIMP.APP and MACIMP.MLB. Running IMPORT.APP eliminates any possibility of user error in creating the table structure because IMPORT.APP creates the FoxPro table automatically.
|
Additional reference words: FoxMac 2.50b 2.50c convert translate migrate
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |