Difference TDataSource / TUniDataSource?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
invent
Posts: 92
Joined: Tue 16 Jun 2009 10:59
Location: Bielefeld, Germany

Difference TDataSource / TUniDataSource?

Post by invent » Thu 16 Jul 2009 14:49

Hi, I have another Migration-Question:

What is the difference between TDataSource (Delphi) and TUniDataSource (UniDAC)? Is there any advantage to use TUniDataSource? Is it harmless to keep TDataSource in my projects?

Thanks in advance for any information.

Kind regards,
Gerd Brinkmann
invent GmbH

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

Post by Plash » Fri 17 Jul 2009 06:48

There is no difference between TDataSource and TUniDataSource except for design-time. TUniDataSource can automatically set its DataSet property if you drop it near a dataset. You can keep TDataSource in your project.

invent
Posts: 92
Joined: Tue 16 Jun 2009 10:59
Location: Bielefeld, Germany

Post by invent » Mon 20 Jul 2009 16:19

Thanks.

Kind regards,
Gerd Brinkmann
invent GmbH

Post Reply