Daylight v4.9 Release Date: 1 February 2008 Namedt_thor_crunchxref - recover unused space from the cross-reference dataGeneric Prototypedt_thor_crunchxref(dt_Handle) => dt_BooleanC Prototype#include "dt_thor.h"dt_Boolean dt_thor_crunchxref(dt_Handle database) FORTRAN Prototypeinclude 'dt_f_thor.inc'logical dt_f_thor_crunchxref(database) integer*4 database DescriptionCrunches (recovers unused space) the cross-reference data file of 'database'.Note, this operation is not to be undertaken lightly. It can take a long time, depending on database size, and can not be interrupted. The server will not respond to additional requests until this operation is completed. Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_thor_autocrunch_limit(3) dt_thor_crunchdata(3) |