Foro de ayuda y soporte técnico de Sysme Software

Versión completa: error después de actualizar 5,36
Actualmente estas viendo una versión simplificada de nuestro contenido. Ver la versión completa con el formato correcto.
Páginas: 1 2 3
buenas tardes óscar… e actualizado la la última versión 5,36 y no para de salir una ventana con error.. e mirado el foro y e intentado ejecutar el scrip y m sale una ventana
NO se pudo abrir salon_elemento :
SQL Error: Table sysmehotel.salon_elemento doesn't exist
Ejecuta estos 2 scripts:

drop table salon_elemento;

create table salon_elemento (id INT NOT NULL AUTO_INCREMENT,id_salon char(2) not null,tipo char(2) not null,izq int(3) default 0,top int(3) default 0,width int(4) default 100, height int(4) default 100, primary key (id)) engine = innodb;

Con esto lo tienes.
(05-03-2026, 02:22 PM)sysme escribió: [ -> ]Ejecuta estos 2 scripts:

drop table salon_elemento;

create table salon_elemento (id INT NOT NULL AUTO_INCREMENT,id_salon char(2) not null,tipo char(2) not null,izq int(3) default 0,top int(3) default 0,width int(4) default 100, height int(4) default 100, primary key (id)) engine = innodb;

Con esto lo tienes.
eso e echo y m pone esto al darle ejecutar
SYSME
SQL Error: You have an error in your SQL syntax check the manua that corresponds to your MySQL server version for the right syntax to use nearti
at line 1
S
13:06 05/03/2026
En cual de los 2 scripts? ... te aseguro que son buenos
(05-03-2026, 02:26 PM)sysme escribió: [ -> ]En cual de los 2 scripts? ... te aseguro que son buenos
pero cuál es uno y cuál es otro… yo lo q hago es poner todo tal cual
UNO:

drop table salon_elemento;

OTRO:

create table salon_elemento (id INT NOT NULL AUTO_INCREMENT,id_salon char(2) not null,tipo char(2) not null,izq int(3) default 0,top int(3) default 0,width int(4) default 100, height int(4) default 100, primary key (id)) engine = innodb;
(05-03-2026, 02:46 PM)sysme escribió: [ -> ]UNO:

drop table salon_elemento;

OTRO:

create table salon_elemento (id INT NOT NULL AUTO_INCREMENT,id_salon char(2) not null,tipo char(2) not null,izq int(3) default 0,top int(3) default 0,width int(4) default 100, height int(4) default 100, primary key (id)) engine = innodb;
esto m sale abajo al ejecutar el primero… SYSME

SQL Error: Unknown table salon elemento
sin problema, es normal en el primero ... el importante es el de despues
(05-03-2026, 02:53 PM)sysme escribió: [ -> ]sin problema, es normal en el primero ... el importante es el de despues

pues si pongo el segundo m sale esto… SQL Error: You have an error in your SQL syntax, check the manual that corresponds to your
MySQL server version for the right syntax to use near 'créate table salón_elemento (id INT NOT NULL AUTO_INCREMENT.id_salon char(2) not at line 1
17:14
Páginas: 1 2 3