xHarbour Reference Documentation > Function Reference |
Rebuilds indexes open in a work area.
DbReindex() --> NIL
The return value is always NIL.
The function DbReindex() exists for compatibility reasons. Is is superseded by function OrdListRebuild().
DbReindex() rebuilds all open indexes in the current work area. Use an aliased expression to rebuild indexes in other work areas.
See also: | DbClearIndex(), DbCreateIndex(), DbSetIndex(), DbSetOrder(), INDEX, OrdCreate(), OrdListRebuild(), REINDEX |
Category: | Database functions , Index functions |
Source: | rdd\rddord.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
// refer to the example of OrdListRebuild()
http://www.xHarbour.com