Copies content of one table to another.
procedure CopyTable(const NewTableName: String; const DestDatabaseFileName: String = ''; const DestDatabasePassword: String = '');
Description
Copies content of one database table to another table.
The NewTableName parameter specifies name of the table to create.
The DestDatabaseFileName parameter specifies the destination database file name.
The DestDatabaseFilePassword parameter specifies the password for the destination database if it is encrypted.
|
|