PACK Command
| Visual FoxPro 9.0 SP2 |
| PACK Command |
| See Also |
|
Permanently removes all records marked for deletion in the current table and reduces the size of the table memo (.fpt) file associated with the table.
Note |
|---|
|
You must first open the table exclusively before using the PACK command. |
PACK [MEMO | DBF] [Tablename ] [IN nWorkarea | cTableAlias] |
Parameters
- MEMO
-
Removes unused space from the memo file but does not remove records marked for deletion from the table. Information in memo fields is stored in an associated table memo (.fpt) file, which as the same file name as the table.
- DBF
-
Removes records marked for deletion from the table but doesn't affect the memo file.
- Tablename
-
Specifies the table to pack. Visual FoxPro opens the specified table, then packs, and closes it.
- IN nWorkArea | cTableAlias
-
Specifies the work area or table alias affected by the PACK command. Use this clause to specify a work area or a table outside the current work area.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Note
Caution
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08