Re: Cannot Modify Field in Client Side

From: Bill Todd (no_at_no.com)
Date: 12/21/04


Date: 21 Dec 2004 06:49:04 -0800

1) Since this is a join query you must write an OnGetTableName event
handler for the DataSetProvider and set the name of the table you want
to update.

2) You must set the ProviderFlags on the ADODataSet, not the
ClientDataSet.

3) For all of the fields in the table you are not updating you must set
the ProviderFlags pfInWhere = false and pfInUpdate = false.

-- 
Bill Todd (TeamB)
TeamB cannot answer questions received via email


Relevant Pages

  • Re: A remobjects wtf...
    ... Dave Nottage [TeamB] wrote: ... The call to the handler takes place in a thread that already has been terminated (in which case access to stack allocated local variables might raise AVs). ...
    (borland.public.delphi.non-technical)
  • Re: oncalcfield event handler
    ... I SUPPOSE MY QUERY HAS NOT HANDLER BY DEFAULT ... > It is not existing in the default events list of the datamodule class. ... > Bill Todd ... > TeamB cannot answer questions received via email ...
    (borland.public.delphi.database.ado)
  • Re: Delphi to C#?
    ... through an out parameter) then only the last handler that runs will be ... This is going to be a problem with any multi-cast system. ... Marc Rohloff [TeamB] ...
    (borland.public.delphi.non-technical)