The information in this article applies to:
SYMPTOMSAttempting to open a .dbc file named In.dbc as a table with the USE command causes the following error message to appear:
CAUSEThe USE command has an IN clause. In this case, Visual FoxPro cannot determine whether the word "In" is a clause of the command or the file name. WORKAROUNDThe following syntax successfully opens the .dbc file as a table:
STATUSThis behavior is by design. MORE INFORMATION
In this case, the syntax of the USE command is ambiguous. The USE IN <exp>
command closes a table located in the specified work area. Since it is not
clear that "In" is a file name, FoxPro treats it like a clause of the USE
command.
Steps to Reproduce Behavior
Additional query words: kbdsd VFoxWin
Keywords : kbVFp300 kbVFp500 kbVFp600 FxprgTable |
Last Reviewed: December 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |