Apply Updates Works with Delphi but Fails with Kylix

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
Peter Klancic

Apply Updates Works with Delphi but Fails with Kylix

Post by Peter Klancic » Wed 09 Feb 2005 19:38

I am just testing a program I'm moving to Kylix, however I found that when I updated a dataset using ApplyUpdates it failed in Kylix with "Record Not Found or Changed by Another User".

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

Post by Ikar » Thu 10 Feb 2005 08:36

As a rule this error message indicates incorrect chosen key fields for building UPDATE query.

Post Reply