PRB: After SELECT-SQL FoxPro Deletes Compound Structural IndexLast reviewed: June 27, 1995Article ID: Q107838 |
The information in this article applies to:
SYMPTOMSIf you issue an SQL SELECT statement that outputs to a database file that has a compound structural index attached to it, the index is deleted from the disk drive. The new database file will not contain any reference to the compound structural index.
CAUSEWhen an SQL SELECT statement outputs to an existing database, FoxPro re-creates the entire file. Since the header record of the database file is created anew, no reference to the compound structural index is retained. FoxPro displays a warning that it will overwrite the current database file. FoxPro deletes the file to eliminate the possibility of retaining a compound structural index that contains tags that may not match the new database structure.
RESOLUTIONTo retain the index file on the target database after performing the SQL SELECT statement, do one of the following:
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a 2.50b
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |