Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6412/Modeling/doc/UserGuide
Modified Files:
EnvironmentVariables.tex
Log Message:
Env. variable MDL_PERMANENT_DB_CONNECTION is now deprecated and has no
effect anymore. It has been replaced by MDL_TRANSIENT_DB_CONNECTION which
has the inverse semantics --see the User's Guide, appendix Environment
Variables, for details.
Index: EnvironmentVariables.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/EnvironmentVariables.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** EnvironmentVariables.tex 21 Jan 2004 14:16:47 -0000 1.12
--- EnvironmentVariables.tex 28 Jan 2004 14:54:09 -0000 1.13
***************
*** 5,8 ****
--- 5,14 ----
\section{Core\label{env-vars-core}}
+ \begin{notice}[warning]
+ Environment variable \code{MDL_PERMANENT_DB_CONNECTION} has been deprecated
+ and has no effect anymore. It has been replaced by
+ \code{MDL_TRANSIENT_DB_CONNECTION} which has the opposite semantics.
+ \end{notice}
+
\begin{longtableiii}{p{1cm}p{11cm}|p{3cm}}{code}{Name}{Description}{Possible values}
\lineiii{MDL_DB_CONNECTIONS_CFG}{}{}
***************
*** 84,88 ****
\hline
! \lineiii{MDL_PERMANENT_DB_CONNECTION}{}{}
\lineiii{}{By default, the database connection is closed each time the last
opened AdaptorChannel is closed ; for example, after
--- 90,94 ----
\hline
! \lineiii{MDL_TRANSIENT_DB_CONNECTION}{}{}
\lineiii{}{By default, the database connection is closed each time the last
opened AdaptorChannel is closed ; for example, after
|