Re: Record not found or changed by another user



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: Precision of retrieved data
    ... Set the EnableBCD property of the ADODataSet to false. ... Bill Todd (TeamB) ...
    (borland.public.delphi.database.ado)
  • 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)
  • Re: Ado and Client Datasets
    ... open/connect the stream of objects. ... works for a storedproc. ... Do I just call the ClientDataset or the Provider or the AdoDataset? ...
    (borland.public.delphi.database.ado)
  • Re: Indices and client data sets
    ... for the small number of records that CDS is intended to hold. ... Bill Todd (TeamB) ... > manually with TClientDataSet's AddIndex method? ...
    (borland.public.delphi.database.ado)
  • Re: Populate dataset with text file
    ... are a TAdsTable or a TAdsQuery using a parameterized insert statement. ... Bill Todd (TeamB) ... Prev by Date: ...
    (borland.public.delphi.database.ado)