Table of Contents

TAureliusConnection.AdapterName Property

Gets or sets the name of the component adapter used to connect to the database in adapter mode (e.g., 'FireDac', 'dbExpress', 'dbGo').

Remarks

Setting this property clears DriverName and may reset AdaptedConnection and SQLDialect if they are no longer valid for the chosen adapter. Set to an empty string to switch to driver mode. Adapter mode and driver mode are mutually exclusive.

Syntax

Unit: Aurelius.Comp.Connection

property TAureliusConnection.AdapterName: string

See also