Re: Record not found or changed by another user




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?


"Bill Todd" <no@xxxxxx> wrote:
SKaziolas wrote:

I'm not sure but I think by setting the pfInWhere ProviderFlag for
the datetime field to false didn't solve the problem.

You must set the pfInWhere flag on the ADODataSet, not the
ClientDataSet.

--
Bill Todd (TeamB)

.



Relevant Pages

  • Re: Record not found or changed by another user
    ... You must set the pfInWhere flag on the ADODataSet, ... ClientDataSet. ... Bill Todd (TeamB) ...
    (borland.public.delphi.database.ado)
  • Re: Record not found or changed by another user
    ... SKaziolas is rumoured to have said: ... adodatasets. ... I only create the fields in the clientdataset. ... You can loop through the fields in the AfterOpen event, ...
    (borland.public.delphi.database.ado)
  • Re: ADO / Clientdataset slowness
    ... the server into local memory. ... that is a lot of network I/O. ... the ClientDataSet was never intended to store so many records. ... TeamB cannot answer questions received via email ...
    (borland.public.delphi.database.ado)
  • Re: ClientDataset and SQL queries
    ... You call ApplyUpdates when you want to apply the changes you have made to ... data in the ClientDataSet to the database to make them permanent. ... TeamB cannot answer questions received via email ...
    (borland.public.delphi.database.ado)