CTShrink

Examples


Use this setting to force Table_GetAutoShrinkMode() to return a non-zero value indicating that no c-tree tables can be shrunk using Table_AutoShrink(), or have their indexes rebuilt using Table_RebuildIndexes().

Syntax

CTShrink = option

Parameters

option - A boolean that indicates whether the CTShrink setting is activated:

[spacer]

Value

Description

TRUE

Causes the Table_GetAutoShrinkMode() function to return an error code of zero if the named table can be shrunk using Table_AutoShrink(), or if it can have its indexes rebuilt using Table_RebuildIndexes(). TRUE is the default.

FALSE

Causes the Table_GetAutoShrinkMode() function to always return a non-zero error code, regardless of whether the named table can be shrunk using Table_AutoShrink(), or have its indexes rebuilt using Table_RebuildIndexes().


Comments

Including this setting in your defaults file and setting it to FALSE forces you to complete all shrinks using Table_StartShrink(), Table_CopyShrinkRecords() and Table_EndShrink().


Documentation Feedback