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 >
Text File  |  1997-06-11  |  2KB  |  81 lines

  1. # Template @(#)proj_droptables.dbt    /main/titanic/3 11 Jun 1997
  2. # Copyright 1995 Westmount Technology
  3. #
  4. ~[invoke db_util];
  5.  
  6. # Can't use ddl commands within transaction.  This script is always
  7. # invoked from within a transaction, so commit current transaction.
  8. #
  9. commit tran;
  10.  
  11. ~[dropTable cell];
  12. ~[dropTable cnfphlinkl];
  13. ~[dropTable cnfphlink];
  14. ~[dropTable compitr];
  15. ~[dropTable configl];
  16. ~[dropTable configvl];
  17. ~[dropTable configv];
  18. ~[dropTable config];
  19. ~[dropTable conn];
  20. ~[dropTable cono];
  21. ~[dropTable controlc];
  22. ~[dropTable customfl];
  23. ~[dropTable customfvl];
  24. ~[dropTable customfv];
  25. ~[dropTable customf];
  26. ~[dropTable extlinkl];
  27. ~[dropTable extlink];
  28. ~[dropTable filel];
  29. ~[dropTable filevl];
  30. ~[dropTable filev];
  31. ~[dropTable file];
  32. ~[dropTable groupl];
  33. ~[dropTable groupvl];
  34. ~[dropTable groupv];
  35. ~[dropTable group];
  36. ~[dropTable grpfilink];
  37. ~[dropTable grpfilter];
  38. ~[dropTable grpfisel];
  39. ~[dropTable grpgrlink];
  40. ~[dropTable grpitsel];
  41. ~[dropTable item];
  42. ~[dropTable label];
  43. ~[dropTable lvlcflinkl];
  44. ~[dropTable lvlcflink];
  45. ~[dropTable mergelink];
  46. ~[dropTable node];
  47. ~[dropTable phasel];
  48. ~[dropTable phasevl];
  49. ~[dropTable phasev];
  50. ~[dropTable phase];
  51. ~[dropTable phsyslinkl];
  52. ~[dropTable phsyslink];
  53. ~[dropTable propitr];
  54. ~[dropTable propval];
  55. ~[dropTable roleright];
  56. ~[dropTable row];
  57. ~[dropTable segment];
  58. ~[dropTable sgrfilink];
  59. ~[dropTable svdgrpv];
  60. ~[dropTable svdgrp];
  61. ~[dropTable syscplinkl];
  62. ~[dropTable syscplink];
  63. ~[dropTable sysfilinkl];
  64. ~[dropTable sysfilink];
  65. ~[dropTable sysfirefl];
  66. ~[dropTable sysfiref];
  67. ~[dropTable sysgrlinkl];
  68. ~[dropTable sysgrlink];
  69. ~[dropTable systeml];
  70. ~[dropTable systemvl];
  71. ~[dropTable systemv];
  72. ~[dropTable system];
  73. ~[dropTable usrolink];
  74. ~[dropTable wrkitem];
  75. ~[dropTable fipropref];
  76. ~[dropTable itpropref];
  77. ~[dropTable proprefl];
  78. ~[dropTable proprefst];
  79.  
  80. begin tran;
  81.