A component for establishing connection to the database server, providing customized login support and performing transaction control.
For a list of all members of this type, see TMSConnection members.
TMSConnection = class(TCustomMSConnection);
TMSConnection publishes connection-related properties derived from its ancestor class TCustomDAConnection and introduces OLE DB specific properties, which give more control over transactions.
Note: if you would like to use SDAC in a service, console or just in a separate thread, you need to call CoInitialize for each thread. Also call CoUnInitialize when the thread is finished.
TCustomDAConnection
TCustomMSConnection
TMSConnection