mirando código de esql/C he visto esta sentencia:
CREATE TEMP TABLE tmp_recep_fdc
(
ncestab nchar(4),
snrecep nchar(9) not null,
nprovee integer,
nseccion integer,
scmovim nchar(3),
nestado integer,
nimporte decimal
)
WITH NO LOG;
qué significa "with no log";
Un saludo. Gracias.