Record Not Found Or Change BY Another user

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

Record Not Found Or Change BY Another user

Post by Guest » Mon 13 Dec 2004 09:57

I get the above error message when Deleting a record.
using TMSQuery - TDataSetProvider - TClientDataSet
Code.
ClientDataSet.Delete ;
ClientDataSet.Applyupdates;//fails here

The table has 2 columns in the PK, providerflags are set, updatemode wherekeyonly (tried all modes)

However if I use TSQLQuery instead of TMSQuery it works fine.

Using D7, MS SQL 2000, SDAC 2.45.2.23 30.12.03
Thanks,
Lasse

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Record Not Found Or Change BY Another user

Post by Ikar » Mon 13 Dec 2004 15:56

Try to download SDAC 2 last version (2.45.2.28). If problem persists then send us complete small sample to demonstrate it and include script to create server objects.

Post Reply