Copy table to temp table

zenrast

Client
Регистрация
20.03.2013
Сообщения
57
Благодарностей
1
Баллы
8
I would like to copy an existing Table(not file) to a new "temporary Table" that i would then use(so i dont modify the original Table).
Can i do this in Designer or using C# ?

I tired this in C# but for some reason the project Fails to even start:

Created "orgTable" and "orgTableTemp" in Designer. Then inserted a C$ code:
------
var orgTable = project.Tables["orgTable"];
project.Tables["orgTableTemp"] = orgTable;
-----

regards,
G
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)