Temp-tables

Temporary tables or Temp-table are created at temporary memory (RAM) to store database values or variables that we need during program execution. A temp-table can be either global (lasting for the entire ABL session) or local (lasting only as long as the procedure that creates it), and either shared (visible to other procedures that want to access it) or non-shared (visible just to the procedure that created it).

results matching ""

    No results matching ""