Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.08.18;
Скачать: CL | DM;

Вниз

Восстановление индексов   Найти похожие ветки 

 
Ден   (2003-07-24 07:34) [0]

Полетел индекс на таблице Paradox, ничем не открывается и тд
Как можно восстановить на ней индекс или заново переиндексировать руками
Можно не программно
Спасибо


 
VAleksey ©   (2003-07-24 09:40) [1]

Удали файл с расширением PX.


 
Соловьев ©   (2003-07-24 09:46) [2]


> Ден (24.07.03 07:34)

BDE - ?
Regenerate an index to ensure that it is up to date.

This example uses the following input:

fDbiRegenIndex(Table1, "ByCompany", "", 1);

The procedure is:

procedure fDbiRegenIndex(Tbl: TTable; IndexName, TagName: String; IndexNum: Word);

begin
Check(DbiRegenIndex(Tbl.DBHandle, nil, PChar(Tbl.TableName), nil,
( IndexName)
> Ден (24.07.03 07:34)

BDE - ?
Regenerate an index to ensure that it is up to date.

This example uses the following input:

fDbiRegenIndex(Table1, "ByCompany", "", 1);

The procedure is:

procedure fDbiRegenIndex(Tbl: TTable; IndexName, TagName: String; IndexNum: Word);

begin
Check(DbiRegenIndex(Tbl.DBHandle, nil, PChar(Tbl.TableName), nil,
PChar(IndexName), PChar(TagName), IndexNum));
end;



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

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

Наверх




Память: 0.47 MB
Время: 0.008 c
14-58469
d_oleg
2003-07-21 15:55
2003.08.18
firebird IN


14-58476
Inst
2003-07-23 18:41
2003.08.18
как добавить новую запись в базу


14-58411
MasterYoda
2003-02-11 15:19
2003.08.18
Алгоритм


14-58484
galexis
2003-07-23 16:49
2003.08.18
Как внести в поле БД запись с , (запятой)


14-58381
Till
2003-07-25 15:58
2003.08.18
Export in TXT File (Fasteport)