using automation script you can execute the following
from psdi.server import MXServer
dbManager = MXServer.getMXServer().getDBManager();
con = dbManager.getConnection(mbo.getUserInfo().getConnectionKey());
stmt = con.createStatement();
stmt.execute("Your DROP STATMENT");
dbManager.freeConnection(mbo.getUserInfo().getConnectionKey());
I hope that helps
Amir
------------------------------
amir anwar
------------------------------