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.
TMSCompactConnection = class(TCustomMSConnection);
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.
TCustomDAConnection
TCustomMSConnection
TMSCompactConnection