Karen,Larry, and Rachael
Thanks for the input. This is just one of the thousand or so programs I need to have work. R:Base 7.5 evidently allowed me to drop a table with a cursor. Finding quite a few little glitches... Thanks for the heads up.

At 09:50 AM 12/11/2009, you wrote:
<<
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


Reply via email to