PRB: SQL-SELECT INTO TABLE Creates Free Table Not DB TableID: Q138851 The information in this article applies to:
SYMPTOMSWhen using the SQL-SELECT statement with the INTO TABLE <table_name> clause to query and place data into a new table, Visual FoxPro will create a new, free table even if a database is currently open.
RESOLUTIONYou can keep the table as a free table, or you can append the records from the SQL-SELECT result free table into a database-contained table of the same structure.
STATUSThis behavior is by design. There is no automatic way for the SQL-SELECT statement's INTO clause to create a table that is automatically added to a database. Additional reference words: 3.00 VFoxWin recreate backlink KBCategory: kbtool kbprb KBSubcategory: FxtoolQueryvwdes |
Last Reviewed: October 31, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |