Вниз
Скачать: CL | DM;

Физическое удаление записей (pack)   Найти похожие ветки 

 
bobsan ©   (2004-02-03 13:54) [0]

Как в таблицах dBASE удалить физически записи, помеченные на удаление (аналог FoxPro -pack-)?


 
Johnmen ©   (2004-02-03 13:55) [1]

FAQ


 
Andrew Frol   (2004-02-03 14:05) [2]

Вот Хэлп, только перевести осталось. Думаю трудностей не возникнет.

Delphi syntax

function DbiPackTable (hDb: hDBIDb; hCursor: hDBICur; pszTableName: PChar; pszDriverType: PChar; bRegenIdxs: Bool): DBIResult stdcall;

Description

DbiPackTable optimizes table space by rebuilding the table associated with hCursor and releasing any free space.

Parameters

hDb Type: hDBIDb (Input)
Specifies the valid database handle.
hCursor Type: hDBICur (Input)
Specifies the cursor on the table to be packed. Optional. If hCursor is specified, the operation is performed on the table associated with the cursor. If hCursor is NULL, pszTableName and pszDriverType determine the table to be used.
pszTableName Type: pCHAR (Input)
Pointer to the table name. Optional. If hCursor is NULL, pszTblName and pszTblType determine the table to be used. (If both pszTableName and hCursor are specified, pszTableName is ignored.) If pszTableName is a fully qualified name of a table, the pszDriverType parameter need not be specified.

Usage

dBASE or FoxPro: dBASE and FoxPro let users mark a record for deletion (as opposed to actually removing it from the table). The only way to permanently remove marked records is with DbiPackTable.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.02 c
1-93847
Бушин Сергей
2004-02-18 14:44
2004.02.29
Форма в компоненте - передача в компонент наступившего событя


8-94038
miek
2003-10-24 16:52
2004.02.29
Генератор текстур


3-93793
Sergvc
2004-02-03 16:06
2004.02.29
список баз в SQL Server


1-93927
Настенька
2004-02-15 08:40
2004.02.29
инсталляция нового компонента


14-94093
able
2004-02-06 20:02
2004.02.29
PHP Host




   Наверх