home *** CD-ROM | disk | FTP | other *** search
- # Template @(#)model_droptables.dbt /main/titanic/5 26 Jun 1997
- # Copyright (c) 1997 by Cayenne Software, Inc.
- #
-
- ~[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 DML_Header];
- ~[dropTable GW_HighObjKey];
- ~[dropTable GW_HighTrxKey];
- ~[dropTable DML_Scalar];
- ~[dropTable DML_Relation];
- ~[dropTable DML_Unique];
- ~[dropTable GW_File_Header];
-
- begin tran;
-