Use DBF() Function w/ Cursor Alias to Find Physical File NameID: Q125607 The information in this article applies to:
In the CREATE CURSOR and SELECT INTO CURSOR commands you provide a name for the cursor. This name is the ALIAS for the table created, while the actual (physical) file name is randomly generated. Certain operations require the physical file name of the cursor. To return the physical file name, use the DBF() function with the cursor's ALIAS as the argument. For example this command:
returns this error:
However, the following command works correctly:
Additional reference words: FoxWin FoxDos FoxMac 2.60a
"File does not exist"
KBCategory: kbprg kbcode
KBSubcategory: FxprgSql
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |