DOC: USE Command Incorrectly Documented in Help File & ManualLast reviewed: March 14, 1997Article ID: Q165171 |
The information in this article applies to:
SUMMARYThe online Help and the "Visual FoxPro Language Guide" both show the separator between database name and the table name in the USE command as the period (.). This is incorrect. The separator should be the exclamation point.
MORE INFORMATIONType USE in the command window. Highlight it and press F1. The following is displayed as the syntax:
USE [[DatabaseName.]TableAlso the second paragraph under Arguments incorrectly says the following:
To open a table not in the current database, qualify the table name with the database name, using a period (.) to separate the database and tables names. If you don't qualify a table with a database name, Visual FoxPro can open tables only in the current database.Note that the period should be replaced with an exclamation point (!).
REFERENCESFor more information about the correct notation, please see the following article(s) in the Microsoft Knowledge Base:
ARTICLE-ID: Q131265 TITLE : Use Exclamation Mark (!) Notation for Precise Referencing |
Additional query words:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |