Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.02.29;
Скачать: 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 вся ветка

Текущий архив: 2004.02.29;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.021 c
14-94191
Soft
2004-02-06 20:52
2004.02.29
До чего доводят игры


8-94028
Junior
2003-10-25 17:09
2004.02.29
Мастера подскажите как очистить канву?


1-93948
morev_s_a
2004-02-17 18:19
2004.02.29
Как напечатать несколько графиков на одной странице?


3-93809
Карелин Артем
2004-02-03 13:25
2004.02.29
Как сделать такой запрос?


3-93766
suric
2004-02-04 12:10
2004.02.29
TDBGRID. Как форматровать представление данных