<< The first time through this eep, no table, so all is ok, then it creates the table ok... next time the eep runs it can't drop the table, I get: -ERROR- DROP aborted, resource unavailable (380) >>
Most likely, you have DECLAREd a cursor on the temporary table, and that cursor still exists and is open. DROP the cursor then DROP the table. -- Larry

