MySQL server version: 5.0.24a-community-nt
MySQL client version: Direct
using MyDAC 4.40.0.20 for Delphi 5
I use a TMyQuery / TDataSetProvider / TClientDataSet
In v4.00.1.6, the detail rec references a field in the master rec and updates the master rec when the field in the detail changes.
In v4.40.0.20, when a detail rec is added, it now populates the detail rec with the master value and then loops when I attempt to update the master rec (post) with a new value from the detail rec.
TMyQuerys:
select * from master_table
select * from detail_table (with MasterSource pointing to master_table and MasterFields referencing the common field)
I suspect this problem to be related to my using TClientDataSet(s) and Midas.
thxs
ps: thanks for fixing "Lost connection to MySQL server during query"
No corresponding master record found
> In v4.00.1.6, the detail rec references a field in the master rec and
> updates the master rec when the field in the detail changes.
What change do you mean?
Please describe the situation more detailed or send us a complete small sample to demonstrate it, including script to create and fill tables.
> updates the master rec when the field in the detail changes.
What change do you mean?
Please describe the situation more detailed or send us a complete small sample to demonstrate it, including script to create and fill tables.