Error occur in following sql.
UPDATE customer_option SET ansboolean = False WHERE fieldname = 'SaveOptionSelectCustomer'
Actually ansboolean is a bit field.
Error message is like this.
"Invalid column name 'False'"
How to fix this sql statement?
Go to the complete details ...