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. |
|