18-03-2014, 01:45 PM
Ok, abre el fichero C:\SYSME\SGH\actualizabdsysmehotel.txt y cópia este código:
Guarda el fichero y reinicia el programa.
Ya me dices.
Código:
update car_com set precio = 0 where precio is null and id_habitacion = "4" and fecha_ini = "2014-03-15";
update car_com set cantidad = 0 where cantidad is null and id_habitacion = "4" and fecha_ini = "2014-03-15";
update car_com set iva = 0 where iva is null and id_habitacion = "4" and fecha_ini = "2014-03-15";
update car_com set impuesto2 = 0 where impuesto2 is null and id_habitacion = "4" and fecha_ini = "2014-03-15";
update car_comg set precio = 0 where precio is null and id_habitacion = "4" and fecha_ini = "2014-03-15";
update car_comg set cantidad = 0 where cantidad is null and id_habitacion = "4" and fecha_ini = "2014-03-15";
update car_comg set iva = 0 where iva is null and id_habitacion = "4" and fecha_ini = "2014-03-15";
update car_comg set impuesto2 = 0 where impuesto2 is null and id_habitacion = "4" and fecha_ini = "2014-03-15";
Guarda el fichero y reinicia el programa.
Ya me dices.