Как восстановить индексы?

procedure TForm1.Button1Click(Sender: TObject);
begin
 Table.Close;
 Table.Exclusive := True;
 Table.Open;
 DbiRegenIndexes(Table.Handle);
 Table.Close;
end;

Взято с сайта http://www.swissdelphicenter.ch/en/tipsindex.php

Отправить комментарий

Проверка
Антиспам проверка
Image CAPTCHA
...