dBASE's APPEND FROM ... NOVERIFY Clause Is IgnoredLast reviewed: June 28, 1995Article ID: Q118523 |
The information in this article applies to:
SUMMARYThe dBASE APPEND FROM ... NOVERIFY clause is ignored in FoxPro. NOTE: The documentation for FoxPro does not mention that this clause is ignored.
MORE INFORMATIONThe dBASE NOVERIFY clause, available only when APPENDing System Data Format (SDF) files, suppresses type checking.
Steps to Reproduce BehaviorNOTE: 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 NOVERIFYNote that the APPEND line ignores the NOVERIFY clause.
|
Additional reference words: FoxDos FoxWin 2.60 noop no operation docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |