2008 Sep 02 3:36 PM
Hello everybody,
Somebody knows when POS DM decides to use the T LOG tables (T LOG short) instead T LOG (T LOG long)?
Due to a high volume of loading information in T LOG tables we need to use the T LOG but I don't know how to redirect the incoming information.
Thanks in advance
2008 Sep 05 10:03 AM
In the TLOG table fields the information is loaded as follows:
Header transaction fileds + size of following field + deep structure for the detail
If the size of deep structure (detail of transaction) exceed the 32K (the size is informed in the size field) the information is load in the tlogl structure, else the information is loaded in the tlogs structure.
Óscar de Dios
Edited by: Consultoria on Sep 5, 2008 11:04 AM