Backslash in Sql
Posted: 24.09.2008, 05:00
I am trying to execute the following command in TZQuery
but the record in database is not updated.
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
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