A base class for components used to establish connections.
For a list of all members of this type, see TCustomDAConnection members.
TCustomDAConnection = class(TCustomConnection);
TCustomDAConnection is a base class for components that establish connection with database, provide customised login support, and perform transaction control.
Do not create instances of TCustomDAConnection. To add a component that represents a connection to a source of data, use descendants of the TCustomDAConnection class.