am doing project in c++ using mysql api
i have update query like that
q2<<"UPDATE `dorder` set `ddown_status`= 1 WHERE `Machine ID`= "<<"'"<<xbx4.mid<<"'";
but when i execute it , its says Unknown column 'ddown_status' in 'field list'
but ddown_status coloumn already exisits in dorder table ,
so any idea whats wrong with update query
thanks