MSDatasource

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
krinaman
Posts: 1
Joined: Mon 25 Jun 2007 18:39

MSDatasource

Post by krinaman » Fri 29 Jun 2007 15:09

What is the difference between a TMSDatasource and a TDatasource?

I've been converting programs but I haven't changed to TMSDatasources and they been running fine. Is there a reason to switch?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 02 Jul 2007 09:41

No, there is no reason to replace TDataSource with TMSDataSource in your existing application.
The only difference between these two components is that TMSDataSource automatically assigns the DataSet property if possible when placing it on on the form.

Post Reply