Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
I'm using various mysql frontend's mysqlfront/mascon. I have a row delete it, seems to be gone until I refresh, then it comes back.
i.e
DELETE FROM items WHERE item_id=29 AND item_price=10.99 AND item_current=1 AND item_country=2
however using a different identifier works
delete from item where item_manufacturer="sony";
Please help I think I'm going mad
I'm using various mysql frontend's mysqlfront/mascon. I have a row delete it, seems to be gone until I refresh, then it comes back.
i.e
DELETE FROM items WHERE item_id=29 AND item_price=10.99 AND item_current=1 AND item_country=2
however using a different identifier works
delete from item where item_manufacturer="sony";
Please help I think I'm going mad