Unit restruct

This unit contains all the procedures needed to alter Paradox version level, block size, and strict integrity constraints.

Classes

Functions

AlterBlockSize - Alter table's block size Input Example: AlterBlockSize(Table1, 4096);

Setup RestructureTable parameters for changing the table block size
AlterStrictIntegrity - Alter table's strict integrity constraint Input Example: AlterStrictIntegrity(Table1, TRUE);

Setup RestructureTable parameters for changing the table strict integrity
AlterVersion - Alter table's version level Input Example: AlterVersion(Table1, 7);

Setup RestructureTable parameters for changing the table version

Types

Constants

Variables


Functions


procedure AlterBlockSize(Table: TTable; BlockSize: Integer);

Alter table's block size Input Example: AlterBlockSize(Table1, 4096);

Setup RestructureTable parameters for changing the table block size


procedure AlterStrictIntegrity(Table: TTable; SI: Boolean);

Alter table's strict integrity constraint Input Example: AlterStrictIntegrity(Table1, TRUE);

Setup RestructureTable parameters for changing the table strict integrity


procedure AlterVersion(Table: TTable; Version: Byte);

Alter table's version level Input Example: AlterVersion(Table1, 7);

Setup RestructureTable parameters for changing the table version


Types


Constants


Variables