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:28] tdo |
dev:sql:statements:drop_database:home [2012/10/26 15:00] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| {{page>:sql_bar&nofooter&noeditbtn}} | {{page>:sql_bar&nofooter&noeditbtn}} | ||
| ===== Description ===== | ===== Description ===== | ||
| + | DROP DATABASE will remove the specified database from the specified Omnidex Environment. | ||
| + | |||
| ===== Syntax ===== | ===== Syntax ===== | ||
| Line 12: | Line 14: | ||
| </code> | </code> | ||
| - | |||
| ===== Discussion ===== | ===== Discussion ===== | ||
| Line 18: | Line 19: | ||
| Database_name is the name of an Omnidex database previously defined using the CREATE DATABASE Statement. | Database_name is the name of an Omnidex database previously defined using the CREATE DATABASE Statement. | ||
| - | == IN “Omnidex_Environment_filespec” == | + | == IN “Environment_filespec” == |
| Omnidex_Environment_filespec is the filespec containing the Omnidex Environment. | Omnidex_Environment_filespec is the filespec containing the Omnidex Environment. | ||
| Line 26: | Line 27: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| - | ==== Simple ==== | ||
| drop database tinydb IN "tiny.xml" | drop database tinydb IN "tiny.xml" | ||
| {{page>:bottom_add&nofooter&noeditbtn}} | {{page>:bottom_add&nofooter&noeditbtn}} | ||