PRB: SQL-SELECT INTO TABLE Creates Free Table Not DB Table

Last reviewed: October 31, 1995
Article ID: Q138851
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SYMPTOMS

When 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.

RESOLUTION

You 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.

STATUS

This 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


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