home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
proj_droptables.dbt
< prev
next >
Wrap
Text File
|
1997-06-11
|
2KB
|
81 lines
# Template @(#)proj_droptables.dbt /main/titanic/3 11 Jun 1997
# 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 item];
~[dropTable label];
~[dropTable lvlcflinkl];
~[dropTable lvlcflink];
~[dropTable mergelink];
~[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;