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)

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to