README
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1.     The module support over the unknown command requires, that
  2.     the PL/Tcl call handler is compiled with -DPLTCL_UNKNOWN_SUPPORT.
  3.     Regular Tcl scripts of any size (over 8K :-) can be loaded into
  4.     the table pltcl_modules using the pltcl_loadmod script. The script
  5.     checks the modules that the procedure names don't overwrite
  6.     existing ones before doing anything. They also check for global
  7.     variables created at load time.
  8.     All procedures defined in the module files are automatically
  9.     added to the table pltcl_modfuncs. This table is used by the
  10.     unknown procedure to determine if an unknown command can be
  11.     loaded by sourcing a module. In that case the unknonw procedure
  12.     will silently source in the module and reexecute the original
  13.     command that invoked unknown.
  14.     I know, thist readme should be more explanatory - but time.
  15. Jan