• Welcome to KonaKart Community Forum. Please login or sign up.
 

problem edit order

Started by manue, December 04, 2009, 10:28:31 am

Previous topic - Next topic

manue

Hello! I have a problem when I try to change the orders_status from pending to delivered. the message is

There has been a problem....   
java.sql.SQLException: No data - zero rows fetched, selected, or processed

I try to change the status from mysql console with a UPDATE sentence, but the message is the same.

Can you help me?

Thanks!!

manue

the UPDATE sentence is : UPDATE orders SET orders_status = 3 WHERE orders_id = 2;
and orders_id = 2 exists