home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / model_dropind.dbt < prev    next >
Text File  |  1997-06-27  |  484b  |  20 lines

  1. # Template @(#)model_dropind.dbt    /main/titanic/3 26 Jun 1997
  2. # Copyright (c) 1997 by Cayenne Software, Inc.
  3. #
  4.  
  5. ~[invoke db_util];
  6.  
  7. # Can't use ddl commands within transaction.  This script is always
  8. # invoked from within a transaction, so commit current transaction.
  9. #
  10. commit tran;
  11.  
  12. ~[dropIndex DML_Header 1];
  13. ~[dropIndex DML_Scalar 1];
  14. ~[dropIndex DML_Relation 1];
  15. ~[dropIndex DML_Relation 2];
  16. ~[dropIndex DML_Relation 3];
  17. ~[dropIndex DML_Unique 1];
  18.  
  19. begin tran;
  20.