This is a discussion on Want to know about the commands within the Other DBs forums, part of the Database category; I want to know the difference between DELETE command and DELETE FILE command in FOXPRO. If someone could give a ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
DELETE
[<scope>] [FOR <expL1>] [WHILE <expL2>] [NOOPTIMIZE] In DELETE Command, Records marked for deletion are not physically removed from the table/.DBF until PACK is issued. Records marked for deletion can be recalled (unmarked) using RECALL Command. To DELETE the marked records permanently you need to use PACK Command DELETE FILE [<file> | ?] Any file deleted with this command cannot be retrieved. Even if SET SAFETY is ON, you are not warned before the file is deleted. The file you want to delete cannot be open when DELETE FILE is issued. If you delete a table/.DBF that has an associated .FPT memo file, be sure to delete the memo file. The file name must include a path if it is on a different drive or in a different directory than the default, and the file name extension must be included. The file name cannot contain MS-DOS wildcard characters. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Communication Commands in UNIX | caradoc | Linux | 0 | 12-12-2006 03:57 AM |
| Windows XP commands | sanereddy | Windows | 1 | 12-11-2006 09:21 PM |
| Unix Commands In Windows 2003 | jennifer99 | Windows Server Tutorials | 0 | 07-05-2005 03:36 AM |
| Quarterly ASCII posting of Caldera (SCO) OpenUNIX 8 FAQ | Boyd Lynn Gerber | Tech FAQ | 0 | 04-25-2004 11:11 PM |
| vi editor FAQ (Frequently Asked Question List), Part 1/2 | E. Larry Lidz | Tech FAQ | 0 | 04-19-2004 01:02 AM |