Вниз
Скачать: 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.015 c
1-93910
Yurasikombo
2004-02-15 17:58
2004.02.29
Как программно отключить и включить отображение рисунков IE


4-94237
Aleksandr
2003-12-24 13:29
2004.02.29
Почему Мьютекс срабатывает на другую программу?


3-93760
Dron
2004-02-04 13:22
2004.02.29
Как отобразить в DBGrid результаты нескольких запросов.


3-93781
Я хороший ;)
2004-02-03 05:49
2004.02.29
Связь с DBListBox


14-94180
VStinger
2004-02-07 02:09
2004.02.29
клиент Oracle




   Наверх