dBASE's APPEND FROM ... NOVERIFY Clause Is Ignored

Last reviewed: June 28, 1995
Article ID: Q118523
The information in this article applies to:
  • Microsoft FoxPro for Windows, version 2.6
  • Microsoft FoxPro for MS-DOS, version 2.6

SUMMARY

The dBASE APPEND FROM ... NOVERIFY clause is ignored in FoxPro.

NOTE: The documentation for FoxPro does not mention that this clause is ignored.

MORE INFORMATION

The dBASE NOVERIFY clause, available only when APPENDing System Data Format (SDF) files, suppresses type checking.

Steps to Reproduce Behavior

NOTE: These steps assume that drive C contains a main FoxPro directory called FPW26 and an empty directory called TEST.

Type the following commands in the Command window:

   USE C:\FPW26\TUTORIAL\CUSTOMER.DBF
   COPY TO c:\test\test.dbf
   COPY TO c:\test\sdf.txt TYPE SDF
   USE c:\test\test.dbf
   APPEND FROM c:\test\sdf.txt TYPE SDF NOVERIFY

Note that the APPEND line ignores the NOVERIFY clause.


Additional reference words: FoxDos FoxWin 2.60 noop no operation docerr
KBCategory: kbprg kbdocerr
KBSubcategory: FxinteropDbase


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: June 28, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.