-- WAP drop package script -- -- shuang@arsdigita.com 11/20/00 -- -- This is free software distributed under the terms of the GNU Public -- License. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html select acs_object_type__drop_type('wap_user_agent','f'); select drop_package('wap_user_agent'); drop table wap_user_agents;