Daylight v4.9 Release Date: 1 February 2008 Namedt_thor_crunchdata - recover unused space from a databaseGeneric Prototypedt_thor_crunchdata(dt_Handle) => dt_BooleanC Prototype#include "dt_thor.h"dt_Boolean dt_thor_crunchdata(dt_Handle database) FORTRAN Prototypeinclude 'dt_f_thor.inc'logical dt_f_thor_crunchdata(database) integer*4 database DescriptionCrunches (recovers unused space) the primary 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_crunchxref(3) |