Re: Record not found or changed by another user



Set the pfInWhere ProviderFlag for the datetime field to false and see
if that solves the problem. Converting a SQL Server datetime value to a
Delphi TDateTime value and back frequently results in a different
number of milliseconds so the record is not found by the UPDATE
statement.

--
Bill Todd (TeamB)
.