conn
is the connection to the database server where the database is located.
dbinfo
specifies the database to drop.
Yes
No
This call is equivalent to the SQL DROP DATABASE statement. Part of the argument dbinfo specifies the database name.
MI_OK
The database was dropped.
MI_ERROR
An exception was raised, and the database was not dropped.