PRB: Error: Index Tag Not Found After DELETE TAG ALL |
ID: Q130242
After issuing the DELETE TAG ALL command, you receive this error:
Index Tag Not Found.
The error occurs because SET COMPATIBLE is set to DB4. dBASE does not support the ALL clause on the DELETE TAG command. The ALL clause on the DELETE TAG command is unique to FoxPro.
To work around this issue, SET COMPATIBLE to OFF, or explicitly identify the tag name with the DELETE TAG command. For example, issue one of the following commands:
SET COMPATIBLE OFF -or-
DELETE TAG tagname
This behavior is by design.
CREATE TABLE mytab (cField1 C(20))
INDEX ON cField1 TAG cField1
SET COMPATIBLE TO DB4
DELETE TAG ALL Additional query words: VFoxWin
Keywords : kberrmsg FxprgGeneral
Version : WINDOWS:3.0
Platform : WINDOWS
Issue type :
Technology :
|
Last Reviewed: February 9, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |
|
Article ID: Q130242
Last Reviewed:
|