![]() |
#3 |
Участник
|
То ли я дурак, то ли лыжи не едут - тыкните носом, где это по ссылке?
Я вижу только Цитата:
Create a temporary table with the fields required. In the property sheet for the table set the TableType property to TempDB.
... Create a form and add the TempDBExampleTable as the datasource to the form. ... TempDBExampleTable.linkPhysicalTableInstance(tempTable) 1) взять постоянную таблицу 2) сделать временный курсор для неё (аналогично методу .setTmp()) 3) но так чтобы этот курсор был не inMemory, а TempDb |
|