15-02-2018, 04:48 PM
15-02-2018, 04:48 PM
18-02-2018, 03:31 PM
Hola Óscar sabes la solución al error de 4.91
18-02-2018, 03:32 PM
Cómo te puedo enviar las fotos del error
18-02-2018, 11:05 PM
(18-02-2018, 03:32 PM)actanistaya escribió: [ -> ]Cómo te puedo enviar las fotos del error
No es necesario, ya se de donde te viene, hay lo siguiente:
abre de nuevo el fichero C:\SYSME\SGC\actualizabdsysmehotel.txt y copia este código:
drop table opencart_comg;
drop table opencart_tipo_comg;
drop table lineaseliminadas;
alter table tarifa add autoreduce char(1) default "N";
create table opencart_comg (id_complementog varchar(5) not null, id_opencart int(2) not null, primary key (id_complementog,id_opencart)) type=innodb;
create table opencart_tipo_comg (id_tipo_comg varchar(4) not null, id_opencart int(2) not null, primary key (id_tipo_comg,id_opencart)) type=innodb;
create table lineaseliminadas select * from ventadir_comg limit 0;
alter table albaran add observaciones varchar(250) default "";
Guarda el fichero y reinicia sysme Tpv.
Con esto debería quedar resuelto.
Ya me dices.