SQL Server DAC / ADO Components

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tinof
Posts: 39
Joined: Fri 16 Dec 2005 07:41

SQL Server DAC / ADO Components

Post by tinof » Fri 16 Dec 2005 07:59

Hi,

i 've found CoreLab's SQL -Server Data Access Components at Delphi 2006 Partner CD too. Please allow me 2 questions :
- What are the differences between CoreLab Components and Borlands(?) ADO Components ? Well, CoreLab does'nt use ADO, ok, but may i use CoreLab Comps in an similary way ? (Btw, i would be happy if i hav'nt to care about different ADO versions at different Machines anymore ;-) )
- Is it really free if i install from Delphi CD or should i register in future for getting updates & support (i think, you need some money for further development) ?

Thanks for answers,
Tino

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 16 Dec 2005 16:07

> What are the differences between CoreLab Components and Borlands(?) ADO
> Components ?

An important matter is that ADO provides a universal data access and hence (like most of universal tools) yields to any specialized on in several respects. First of all, it affects performance. You can see Performance project from SDAC\Demos\Win32\Performance to find out yourself - ADO is inferior to SDAC at different tests from 1.5 to 20 times. Beside that, SDAC interface (run-time and design-time) is focused on working with specific features of SQL Server.

> Well, CoreLab does'nt use ADO, ok, but may i use CoreLab Comps in an similary way ?

Yes, you can. Interface of SDAC is similar to ADO.

> Is it really free if i install from Delphi CD or should i register in future
> for getting updates & support

You should register SDAC to use it. There is a trial version on the companion CD.

Post Reply