DRAFT

Omnidex SQL: DROP ENVIRONMENT

Description

DROP ENVIRONMENT will delete an Omnidex Environment file from the underlying operating system. DROP ENVIRONMENT will first check to see that it is a valid Omnidex Environment before deleting the file.

Syntax

 DROP ENVIRONMENT 
      IN “filespec”
      WITH options] 
 

Discussion

IN “environmet_filespec”

The file name or fully qualified name containing the Omnidex Environment.

WITH options

There are no options for this statement.

Examples

Simple

drop environment in "tiny.env";