Erases an existing database that is not currently running.
public static bool DropDatabase(const char * parms, ULError * error)
parms The database identification parameters. (a connection string)
error An optional ULError object to receive error information.
True if the database was successfully deleted; otherwise, returns false.