Question abaut MyDataSource

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
patyi
Posts: 14
Joined: Wed 01 Feb 2006 20:55

Question abaut MyDataSource

Post by patyi » Sun 08 Apr 2007 20:21

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 ! :lol:

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Re: Question abaut MyDataSource

Post by eduardosic » Mon 09 Apr 2007 16:43

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 ! :lol:
Good question, I also want to know.

kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Re: Question abaut MyDataSource

Post by kaffeburk » Mon 09 Apr 2007 21:09

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 ! :lol:
Agree, m2

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

Post by Antaeus » Tue 10 Apr 2007 07:14

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.

Post Reply