04-06-2025, 07:13 AM
Respecto al error de EVENTO, abre el fichero C:\SYSME\SGC\actualizabdsysmehotel.txt y copia este código:
Guarda el fichero y reinicia Sysme Tpv.
Código:
drop table evento;
create table if not exists evento (id int not null,tipo varchar(2) not null,datos varchar(200) not null,fecha varchar(25) not null,huella text,primary key(id)) type = innodb;
alter table evento add fechareal date not null;
alter table evento add resumen int default 0;
Guarda el fichero y reinicia Sysme Tpv.