The information in this article applies to:
SUMMARYThe FoxPro UPDATE command allows existing records in a database to be updated from information contained in a second database, based on a common key field between the two databases. The UPDATE command does not allow new records in the second database to be automatically added to the first database. The following procedure can be used to update existing records as well as add new records. MORE INFORMATIONThe following procedure uses the UPDATE command to first update existing records. A SELECT SQL command determines which records in the new data file are not contained in the original data file. An APPEND command appends the results of the SELECT command into the original database.
For more information, see the SELECT, SELECT SQL, UPDATE, and APPEND FROM
commands in the FoxPro 2.0 "Commands & Functions" manual or the FoxPro 2.5
"Language Reference."
Additional query words: VFoxWin FoxDos FoxWin 2.00,
Keywords : FxprgSql |
Last Reviewed: August 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |