Board index » delphi » A bug in BDE: Couldn't perform the edit because another user changed the record
Eugene M. Hutorny
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
A bug in BDE: Couldn't perform the edit because another user changed the record
I have a TTable connected to a MSSQL 7 view on two joined tables (Defects,
Bugs) on their primary keys (relation one to zero or one) (Delphi 4, BDE 5.01 idapi32.dll 5.0.1.22 sqlmss32.dll 5.0.1.23) UpdateMode is set to upWhereKeyOnly The view "Defects_ViewBugs" is build on two tables: When I am trying to edit a record which does not include record from the I have investigated the problem using SQL Profiler. Before editing the record BDE queries the database: This SQL statement returns 0. The same statement without "Fixed=0" removed The field "Fixed" has been created with (not null default 0) option. Actually, the correct SQL statement should use "Fixed is null" istead of |