This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:sql:statements:drop_database:home [2009/12/05 16:23] tdo |
dev:sql:statements:drop_database:home [2012/10/26 14:28] (current) |
||
---|---|---|---|
Line 15: | Line 15: | ||
===== Discussion ===== | ===== Discussion ===== | ||
- | == arg1 == | + | == DATABASE database_name == |
+ | Database_name is the name of an Omnidex database previously defined using the CREATE DATABASE Statement. | ||
- | == arg2 == | + | == IN “Omnidex_Environment_filespec” == |
+ | Omnidex_Environment_filespec is the filespec containing the Omnidex Environment. | ||
+ | |||
+ | == WITH options == | ||
+ | This Statement has no options. | ||
===== Examples ===== | ===== Examples ===== | ||
==== Simple ==== | ==== Simple ==== | ||
- | + | drop database tinydb IN "tiny.xml" | |
- | ==== 2nd example ==== | + | |
{{page>:bottom_add&nofooter&noeditbtn}} | {{page>:bottom_add&nofooter&noeditbtn}} |