home *** CD-ROM | disk | FTP | other *** search
- # Template @(#)proj_droptables.dbt 1.8 08 Jan 1996
- # Copyright 1995 Westmount Technology
- #
- ~[invoke db_util];
-
- # Can't use ddl commands within transaction. This script is always
- # invoked from within a transaction, so commit current transaction.
- #
- commit tran;
-
- ~[dropTable cell];
- ~[dropTable cnfphlinkl];
- ~[dropTable cnfphlink];
- ~[dropTable compitr];
- ~[dropTable configl];
- ~[dropTable configvl];
- ~[dropTable configv];
- ~[dropTable config];
- ~[dropTable conn];
- ~[dropTable cono];
- ~[dropTable controlc];
- ~[dropTable customfl];
- ~[dropTable customfvl];
- ~[dropTable customfv];
- ~[dropTable customf];
- ~[dropTable extlinkl];
- ~[dropTable extlink];
- ~[dropTable filel];
- ~[dropTable filevl];
- ~[dropTable filev];
- ~[dropTable file];
- ~[dropTable groupl];
- ~[dropTable groupvl];
- ~[dropTable groupv];
- ~[dropTable group];
- ~[dropTable grpfilink];
- ~[dropTable grpfilter];
- ~[dropTable grpfisel];
- ~[dropTable grpgrlink];
- ~[dropTable grpitsel];
- ~[dropTable itemprops];
- ~[dropTable item];
- ~[dropTable label];
- ~[dropTable lvlcflinkl];
- ~[dropTable lvlcflink];
- ~[dropTable node];
- ~[dropTable phasel];
- ~[dropTable phasevl];
- ~[dropTable phasev];
- ~[dropTable phase];
- ~[dropTable phsyslinkl];
- ~[dropTable phsyslink];
- ~[dropTable propitr];
- ~[dropTable propval];
- ~[dropTable roleright];
- ~[dropTable row];
- ~[dropTable segment];
- ~[dropTable sgrfilink];
- ~[dropTable svdgrpv];
- ~[dropTable svdgrp];
- ~[dropTable syscplinkl];
- ~[dropTable syscplink];
- ~[dropTable sysfilinkl];
- ~[dropTable sysfilink];
- ~[dropTable sysfirefl];
- ~[dropTable sysfiref];
- ~[dropTable sysgrlinkl];
- ~[dropTable sysgrlink];
- ~[dropTable systeml];
- ~[dropTable systemvl];
- ~[dropTable systemv];
- ~[dropTable system];
- ~[dropTable usrolink];
- ~[dropTable wrkitem];
- ~[dropTable fipropref];
- ~[dropTable itpropref];
- ~[dropTable proprefl];
- ~[dropTable proprefst];
-
- begin tran;
-