PRB: IMPORT FROM Paradox Fails on Numeric Fields on Macintosh

Last reviewed: October 29, 1996
Article ID: Q156923
The information in this article applies to:
  • Microsoft Visual FoxPro for Macintosh, version 3.0b
  • Microsoft FoxPro for Macintosh, version 2.6a

SYMPTOMS

The conversion of a Paradox database that contains numeric fields to Visual FoxPro for Macintosh 3.0b or FoxPro for Macintosh 2.6a results in a table with numeric fields that now contain zeros. The error "Numeric overflow, data was lost" may also appear. This behavior does not occur with Visual FoxPro for Windows.

WORKAROUND

Possible workarounds include the following:

  • Convert the numeric fields to character fields within Paradox, before importing and then back to numeric fields in FoxPro once the import is complete.
  • Save the Paradox table out to a delimited text file and then use the FoxPro command APPEND FROM <filename> TYPE DELIMITED, to import the data into a newly defined table structure in FoxPro.
  • Import the Paradox table into Visual FoxPro for Windows and then transport the table over to the Macintosh.

STATUS

Microsoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

Using a Paradox table, type the following command in FoxPro:

   IMPORT FROM <Paradox table name> TYPE PDOX

The numeric fields within the FoxPro table contain zeros and the error "Numeric overflow, data was lost" may occur. The Character fields import correctly.


KBCategory: kbprg kb3rdparty kbprb
KBSubcategory: FxinteropDatabase
Additional reference words: 3.00b kbdse VFoxMac FoxMac



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 29, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.