Page 1 of 1

Difference TDataSource / TUniDataSource?

Posted: Thu 16 Jul 2009 14:49
by invent
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

Posted: Fri 17 Jul 2009 06:48
by Plash
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.

Posted: Mon 20 Jul 2009 16:19
by invent
Thanks.

Kind regards,
Gerd Brinkmann
invent GmbH