UniDAC VS SDAC

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]
Posts: 5
Joined: Tue 12 Jan 2010 01:03

UniDAC VS SDAC

Post by [email protected] » Tue 12 Jan 2010 01:20

Sorry if the answer is somewhere but I cannot find it. Precisely what functionality of SDAC is not included in UniDAC. In particular, does UniDAC support MS SQL Server Compact Edition?

TIA.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 12 Jan 2010 08:51

UniDAC provides transparent server-independent interface for working with different databases, for example SQL Server, Oracle, MySQL, and InterBase. However, if you use SDAC, you will have access to more server-specific features of MS SQL Server, like ServiceBroker or ChangeNotification.

You can learn more about SDAC features here:
http://devart.com/sdac/features.html,
and about UniDAC features here:
http://devart.com/unidac/features.html.

UniDAC supports SQL Server Compact Edition.

Post Reply