Fine-tuning a Connection
Go Up to Connecting to ADO Data Stores
One advantage of using TADOConnection for establishing the connection to a data store instead of simply supplying a connection string for your ADO command and dataset components, is that it provides a greater degree of control over the conditions and attributes of the connection.
The following topics describe the properties you can use to fine-tune the connection:
- Forcing Asynchronous Connections
- Controlling Timeouts
- Indicating the Types of Operations the Connection Supports
- Specifying Whether the Connection Automatically Initiates Transactions