home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / proj_dropind.dbt < prev    next >
Text File  |  1996-09-12  |  1KB  |  58 lines

  1. # Template @(#)proj_dropind.dbt    /main/titanic/1 09 Apr 1996
  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. ~[dropIndex roleright 1];
  12. ~[dropIndex cnfphlink 1];
  13. ~[dropIndex phsyslink 1];
  14. ~[dropIndex sysfilink 1];
  15. ~[dropIndex sysfilink 2];
  16. ~[dropIndex sysfilink 3];
  17. ~[dropIndex configv 1];
  18. ~[dropIndex phasev 1];
  19. ~[dropIndex systemv 1];
  20. ~[dropIndex groupv 1];
  21. ~[dropIndex filev 1];
  22. ~[dropIndex item 1];
  23. ~[dropIndex item 2];
  24. ~[dropIndex item 3];
  25. ~[dropIndex wrkitem 1];
  26. ~[dropIndex wrkitem 2];
  27. ~[dropIndex wrkitem 3];
  28. ~[dropIndex compitr 1];
  29. ~[dropIndex compitr 2];
  30. ~[dropIndex compitr 3];
  31. ~[dropIndex compitr 4];
  32. ~[dropIndex compitr 5];
  33. ~[dropIndex propval 1];
  34. ~[dropIndex propval 2];
  35. ~[dropIndex propitr 1];
  36. ~[dropIndex propitr 2];
  37. ~[dropIndex label 1];
  38. ~[dropIndex label 2];
  39. ~[dropIndex label 3];
  40. ~[dropIndex node 1];
  41. ~[dropIndex node 2];
  42. ~[dropIndex cono 1];
  43. ~[dropIndex cono 2];
  44. ~[dropIndex cono 3];
  45. ~[dropIndex conn 1];
  46. ~[dropIndex conn 2];
  47. ~[dropIndex conn 3];
  48. ~[dropIndex conn 4];
  49. ~[dropIndex segment 1];
  50. ~[dropIndex segment 2];
  51. ~[dropIndex segment 3];
  52. ~[dropIndex segment 4];
  53. ~[dropIndex row 1];
  54. ~[dropIndex cell 1];
  55. ~[dropIndex cell 2];
  56.  
  57. begin tran;
  58.