Search results

  1. G

    Static temp-tables and create buffer statement

    If have an external procedure with a temp-table, and, inside an internal procedure, I create a buffer for this temp-table using the create buffer statement. It crashes with the error: Could not create buffer object for table TT. (7334) However, the same piece of code runs perfectly in the...
Top