SDAC

TMSConnection Class

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.

Unit

MSAccess

Syntax

TMSConnection = class(TCustomMSConnection);

Remarks

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.

Inheritance Hierarchy

TCustomDAConnection
   TCustomMSConnection
      TMSConnection

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback