Board index » off-topic » AddFieldLinks

AddFieldLinks


2005-03-01 10:14:17 PM
off-topic7
Has anyone any suggestion what is the meaning of
TDataPacketWriter.AddFieldLinks procedure in Provider.pas (Delphi 7)
(and where is it used) (may be internally in Midas.dll).
I ask that because this procedure makes use of GetDetailLinkFields and
as I've posted in QC# 11029, this function (at least as implemented in
SQLExpr.pas and ADODb.pas) doesn't always work as it should be. This may
be the cause of difficult to truck bugs, related to master/ detail->
nested data structures.
The only thing relevant to me and affected by GetDetailLinkFields is
that by avoiding using GetDetailLinkFields it is obligatory to trigger
an event in a component I've build (cc:23068) so that the the user
defines the DetailFields ; a solution not very elegant as I'd prefer
this to be handled automatically by my component.
 
 

Re:AddFieldLinks

...and of course "truck" should be "track". Sorry, for bad English but
trying to improve!