Re: Record not found or changed by another user



SKaziolas is rumoured to have said:

When I'm using clientdataset I don't create the fields in the
adodatasets. I only create the fields in the clientdataset. Do I have
to create them also?

You can loop through the fields in the AfterOpen event, and set the
fields' ProviderFlags there.

-tor
.



Relevant Pages

  • Re: Loop and ProcessMessages
    ... It does interact with the user. ... Basically the user opens a clientdataset which kicks off the loop. ... > necessary in a server app: ...
    (borland.public.delphi.language.objectpascal)
  • Re: Client-dataset-like components that work the same?
    ... > worst you could just loop and copy. ... > required job. ... perhaps I'll stick with the current clientdataset... ... at the memory improvements someone else mentioned... ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Record not found or changed by another user
    ... When I'm using clientdataset I don't create the fields in the adodatasets. ... Bill Todd (TeamB) ...
    (borland.public.delphi.database.ado)