When I see this error message it is almost always because there
is a cursor defined on the table that hasn't been dropped.  If you can
get to the r> prompt and type  LIST CURSORS see if there's one
available.  Or review your code and make sure you drop all cursors.

Karen

 
> Hi
>    Finally made the switch to Turbo, having trouble with a drop command>
> 
> DROP TABLE fileproc1
> 
>    CREATE TEMPORARY TABLE `FileProc1`  (`FullFilename` +
>    TEXT    (100) ,  `RealFileName`= (SGET(fullfilename,25,43) ) TEXT    
> (50) )
>    CREATE     INDEX relfn1 ON `FileProc1` (`RealFileName` ASC SIZE 50 )
> 
> 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)

Reply via email to