TurboDB VCL Component Library

TTdbTable.Collation

TTdbTable

Previous  Top  Next

Indicates and sets the collation of this table.

Delphi syntax:

property Collation: string;

C++ syntax:

__property AnsiString Collation;

Description

The collation of the table is the default collation for all textual columns in the table (see TTdbFieldDef.Specification). This property is used for creating and altering tables. If you set this value to an empty string, the collation TurboDB is used.

Collation replaces the LangDriver property used in TurboDB 5 and below.

See also

Collations
TTdbFieldDef.Specification