SDAC

TMSCompactConnection Class

A component for establishing connection to Microsoft SQL Server Compact Edition , providing customized login support, and performing transaction control.

For a list of all members of this type, see TMSCompactConnection members.

Unit

MSCompactConnection

Syntax

TMSCompactConnection = class(TCustomMSConnection);

Remarks

The TMSCompactConnection component is used to establish connection to Microsoft SQL Server Compact Edition , provide customized login support, and perform transaction control.

TMSCompactConnection publishes connection-related properties derived from its ancestor class TCustomMSConnection.

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
      TMSCompactConnection

See Also

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