TurboDB VCL/CLX Component Library
TTdbTable.LangDriver
TTdbTable   See also
Top 


Indicates the language driver used for this table.

property LangDriver: string;

Description
Check this property to learn the language the database table is bound to. The value of this property is identical to the extension of the language driver dll used with this table. E.g. if LangDriver is set to fra, the table uses the dynamic link library TdbLanDr.fra for string comparisons.

Set this property to determine the language for a table in a subsequent call to CreateTable or AlterTable. The language driver must exist at the time of creating or altering the table.