DRAFT

Omnidex SQL: DROP DATABASE

Description

Syntax

  DROP DATABASE database_name
      IN “filename”
      [WITH options] 

Discussion

DATABASE database_name

Database_name is the name of an Omnidex database previously defined using the CREATE DATABASE Statement.

IN “Omnidex_Environment_filespec”

Omnidex_Environment_filespec is the filespec containing the Omnidex Environment.

WITH options

This Statement has no options.

Examples

Simple

drop database tinydb IN "tiny.xml"