# This is a sample bootstrap file that is
# invoked in starting up a dedicated database application
# with the code, bitmaps, etc, stored as Inversion large objects in
# POSTGRES

# have to force the library stuff for right now --
puts stdout "Loading Tcl/Tk Library from Database"
PQsource /PGTcl/lib/tkerror.tcl
PQsource /PGTcl/lib/init.tcl
PQsource /PGTcl/lib/parray.tcl
PQsource /PGTcl/lib/button.tcl
PQsource /PGTcl/lib/entry.tcl
PQsource /PGTcl/lib/listbox.tcl
PQsource /PGTcl/lib/menu.tcl
PQsource /PGTcl/lib/text.tcl
PQsource /PGTcl/lib/tk.tcl

PQsource /PGTcl/src/s2k
