usecase: Copy table

public usecase: Copy table
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 1:06:22; Modified: 7.12.2005 1:18:56;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {6D4A9C1A-8177-4e3e-8F39-6DA0E417D7AA}
 

Goto: Scenarios

See also: Program

Appears in: UC Table

Connections
 
Copy table Scenarios
Scenario Type Detail
Copy table Simple Copy existing table is possible using CopyTable(Table) method. Method tries to create new table, than fill up it with informations about columns. Finally try to copy all rows from basic to new created table.
If tables are in the same database connection then copy data is "insert into ... select * from ..." statement.
If tables are in different database connections or previsou copy statement failed, try to copy per row.
Function return true if succeed.