dbExpress does not read the milliseconds part of TimeStamp fields
问题 Recently some Delphi / InterBase applications display "Record not found or changed by another user" They use the default TSQLQuery/TClientDataSet (or TSimpleDataSet) components of dbExpress. We found that in the database table, a field was stored with milliseconds by a non-dbExpress application. It looks like dbExpress did not read the milliseconds from DB, and use that truncated value in the 'where' condition of the update table SQL statement, so there was no matching record to be updated.