Page 1 of 1
Question abaut MyDataSource
Posted: Sun 08 Apr 2007 20:21
by patyi
In MyDAC 5 now wie have a MyDataSource component.
Wat is the benefice to use it instead of standard Delphi's DataSorce ?
Wat exactly MyDataSource do different then standard DataSource ?
Thancs for quick respond for My remarks and questions !

Re: Question abaut MyDataSource
Posted: Mon 09 Apr 2007 16:43
by eduardosic
patyi wrote:In MyDAC 5 now wie have a MyDataSource component.
Wat is the benefice to use it instead of standard Delphi's DataSorce ?
Wat exactly MyDataSource do different then standard DataSource ?
Thancs for quick respond for My remarks and questions !

Good question, I also want to know.
Re: Question abaut MyDataSource
Posted: Mon 09 Apr 2007 21:09
by kaffeburk
patyi wrote:In MyDAC 5 now wie have a MyDataSource component.
Wat is the benefice to use it instead of standard Delphi's DataSorce ?
Wat exactly MyDataSource do different then standard DataSource ?
Thancs for quick respond for My remarks and questions !

Agree, m2
Posted: Tue 10 Apr 2007 07:14
by Antaeus
The TMyDataSource component is a descendant of TDataSource. The difference between these two components in design time is that the standard DataSource works with all DataSets, while TMyDataSource lets you zero in on MyDAC dataset components and lets you work with them specifically. Behaviour of these two components is the same in run time.