At 12:47 PM 9/11/2009, you wrote:
Using the latest and greatest release of Turbo V.8 (8.0.21.30903) the
following command does not work anymore in an RMD file:

Drop table TABLENAME nocheck

I get the error message "Error Drop Aborted, resource unavailable (305)

Now this works at the R>prompt without a problem.

This code has worked through version 8.0.21.30803.

The DB in question was unloaded in an earlier version and loaded again using
version 8.0.21.30803. When I installed version 8.0.21.30903, I followed the
update instructions and perfromed a PACK INDEX command at theR>prompt. An
autochk full reveals no errors.

Can anyone tell me why this has stopped working ?

Bill,

This has likely stopped working as your IDQUOTES setting is no longer
set to the reverse quote.

At the R> Prompt, type:

SET IDQUOTES=`

Check the setting while connected and disconnected from the database.

Then, try the DROP command again.

John

Reply via email to