here is the screenshot of query. you can easily see the database fields and my query. It is perfectly fine but when I execute this query, my record is not updating, what is the problem here?
Asked
Active
Viewed 74 times
0

Muneeb Rehman
- 119
- 1
- 8
-
Are You sure there is no misspelling in that where condition? Maybe copy value from table. – Whencesoever Jun 23 '16 at 12:17
-
Yes I copied it from the existing record @JanWalczak – Muneeb Rehman Jun 23 '16 at 12:18
-
1Try to execute select with that condition. Select * from Darood where title = .... . Just to make sure it returns any rows. – Whencesoever Jun 23 '16 at 12:20