Drops the specified database.
procedure DropDatabase(DatabaseName: string; IfExists: boolean = True);
Call the DropDatabase method to drop the specified database.
IfExists parameter is used to raise an error message if the specified database doesn't exist.
Note: Use this function very carefully!