Difference between revisions of "COPY Commands"

From Lianjapedia
Jump to: navigation, search
 
Line 18: Line 18:
 
|-
 
|-
 
|valign="top"|[[COPY STRUCTURE EXTENDED]]||valign="top"|Create a table with records containing field definitions.
 
|valign="top"|[[COPY STRUCTURE EXTENDED]]||valign="top"|Create a table with records containing field definitions.
 +
|-
 +
|valign="top"|[[COPY TABLE]]||valign="top"|Copy the specified table (.dbf) and its associated files: memo (.dbt), index (.dbx) and rules (.dbd) to a new table with associated files.
 
|-
 
|-
 
|valign="top"|[[COPY TAG]]||valign="top"|Create a single index file from an index tag.
 
|valign="top"|[[COPY TAG]]||valign="top"|Create a single index file from an index tag.

Latest revision as of 07:31, 20 November 2023

Command Description
COPY Copy all or part of the active table to another table or file.
COPY DATABASE Copy the specified database to a new database.
COPY DICTIONARY Copy dictionary attributes to a table file.
COPY FILE Copy any type of file.
COPY INDEXES Copy single indexes to a multiple index file.
COPY MEMO Copy a memo field into a file.
COPY STRUCTURE Copy the structure of the active table to another table.
COPY STRUCTURE EXTENDED Create a table with records containing field definitions.
COPY TABLE Copy the specified table (.dbf) and its associated files: memo (.dbt), index (.dbx) and rules (.dbd) to a new table with associated files.
COPY TAG Create a single index file from an index tag.
COPY TO ARRAY Copy current table to an array.
COPY TO ARRAYOFOBJECTS Copy current table to an array of objects.