The information in this article applies to:
SUMMARY
Using FoxPro for Macintosh to import FileMaker Pro data files can cause
several error messages, including "unable to locate data" and "data
dictionary not found."
MORE INFORMATIONTroubleshooting TipsAll methods of importing FileMaker files, including the use of the APPEND FROM command, depend on several files being available:
If 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:
If 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 query words: FoxMac convert translate migrate export open errmsg err msg datafile File Maker FileMakerPro databases
|
|
Last Reviewed: August 24, 1999 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |