03-04-2025, 08:34 AM
Buenas Julio, ve a SISTEMA->MANTENIMIENTO->Pestaña CONSOLA DB y ejecuta este script:
select * from factura where id_factura = 1 and serie = "F25" into outfile "datosfactura.txt";
Tras esto, se habrá generado un fichero llamado datosfactura.txt en C:\SYSME\sysmeserver\data\sysmehotel\ ... abrelo y pon aquí el resultado a ver que hay.
select * from factura where id_factura = 1 and serie = "F25" into outfile "datosfactura.txt";
Tras esto, se habrá generado un fichero llamado datosfactura.txt en C:\SYSME\sysmeserver\data\sysmehotel\ ... abrelo y pon aquí el resultado a ver que hay.