home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
model_droptables.dbt
< prev
next >
Wrap
Text File
|
1997-09-23
|
506b
|
21 lines
# 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;