Code: Select all
update TableA set FieldA = 'a\s' where FieldID = '5'
If I get all the records in this table and then edit it in TDBGrid then the record is updated.
Is this a bug or am I doing something wrong?
Regards
Sandeep
Moderators: gto, cipto_kh, EgonHugeist, olehs
Code: Select all
update TableA set FieldA = 'a\s' where FieldID = '5'