24-07-2014, 09:59 PM
25-07-2014, 10:24 AM
Hola Jorge, parece que este error tiene la misma causa que el anterior (cifras elevadas), vamos a aplicar las mismas soluciones con el fichero C:\SYSME\SGH\actualizabdsysmehotel.txt:
Ya me dices.
Código:
alter table factura modify bi float(18,6);
alter table factura modify ci float(18,6);
alter table factura modify tf float(18,6);
alter table factura modify ec float(18,6);
alter table factura modify tp float(18,6);
alter table pagoscobros modify importe float(18,6);
alter table pagoscobros modify saldo (float(18,6);
Ya me dices.