home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
ot2var.tcl
< prev
next >
Wrap
Text File
|
1997-07-31
|
1KB
|
42 lines
# Copyright (c) 1997 by Cayenne Software Inc.
#
# This software is furnished under a license and may be used only in
# accordance with the terms of such license and with the inclusion of
# the above copyright notice. This software or any other copies thereof
# may not be provided or otherwise made available to any other person.
# No title to and ownership of the software is hereby transferred.
#
# The information in this software is subject to change without notice
# and should not be construed as a commitment by Cayenne Software Inc
#
#---------------------------------------------------------------------------
#
# File : @(#)ot2var.tcl /main/titanic/3 17 Jun 1997
# Author : H. Broeze
# Original date : 17 June 1997
# Description : ObjectTeam to var
#
#---------------------------------------------------------------------------
#
global ooModel
set ooModel ""
global sqlModel
set sqlModel ""
proc load_sql_model { } {
global ooModel
global sqlModel
if ![isCommand $ooModel] {
set ooModel [OOModel::createModel]
set sqlModel [$ooModel sqlModel]
}
return $sqlModel
}
OTShRegister::check
source [m4_path_name tcl libocl.tcl]
require legacy.tcl
require ot2varru.tcl