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 >
Wrap
Text File
|
1997-06-27
|
484b
|
20 lines
# Template @(#)model_dropind.dbt /main/titanic/3 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;
~[dropIndex DML_Header 1];
~[dropIndex DML_Scalar 1];
~[dropIndex DML_Relation 1];
~[dropIndex DML_Relation 2];
~[dropIndex DML_Relation 3];
~[dropIndex DML_Unique 1];
begin tran;