Table of Contents

TAureliusConnection.SQLDialect Property

Gets or sets the SQL dialect used when generating SQL statements for the target database (e.g., 'PostgreSQL', 'MSSQL', 'Firebird').

Remarks

Required in adapter mode. Some adapters that support only a single dialect will set this property automatically when AdapterName is assigned. Not used in driver mode, as each native driver has an implicit dialect.

Syntax

Unit: Aurelius.Comp.Connection

property TAureliusConnection.SQLDialect: string

See also