TUniDataSource

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hughespa
Posts: 81
Joined: Sat 23 Aug 2008 08:36
Location: W. Australia

TUniDataSource

Post by hughespa » Thu 24 Dec 2009 09:46

Hi,

Are there any significant differences between a TUniDataSource and a regular vcl TDataSource?

Should the UniDataSource be used for new work?

Regards, Paul.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 24 Dec 2009 10:01

There is no diference between these components except TUniDataSource can automatically set its DataSet property at design time if you drop it near a dataset.

You can use any of these components.

hughespa
Posts: 81
Joined: Sat 23 Aug 2008 08:36
Location: W. Australia

Post by hughespa » Thu 24 Dec 2009 11:50

Hi Plash,

Good idea, thanks for that.

Regards, Paul.

Post Reply