Показать сообщение отдельно
Старый 29.06.2017, 05:03   #3  
Pandasama is offline
Pandasama
Участник
 
449 / 133 (5) +++++
Регистрация: 11.08.2014
Адрес: Барнаул
То ли я дурак, то ли лыжи не едут - тыкните носом, где это по ссылке?
Я вижу только
Цитата:
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