[Modeling-cvs] ProjectModeling/Modeling/doc/UserGuide EnvironmentVariables.tex,1.10,1.11
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-07-30 18:11:12
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide In directory sc8-pr-cvs1:/tmp/cvs-serv30456/doc/UserGuide Modified Files: EnvironmentVariables.tex Log Message: typo corrections Index: EnvironmentVariables.tex =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/EnvironmentVariables.tex,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** EnvironmentVariables.tex 24 Jul 2003 13:34:06 -0000 1.10 --- EnvironmentVariables.tex 30 Jul 2003 18:11:09 -0000 1.11 *************** *** 60,64 **** as modifying the connection string, changing an attribute's external type, adding a relationship, etc.), this shouldn't be enabled; if it is, the changes ! won't have any effect on the model themselves: e.g. you can set the conection dictionary but \method{connectionDictionary()} will keep returning its initial value. In such situations, you can either: --- 60,64 ---- as modifying the connection string, changing an attribute's external type, adding a relationship, etc.), this shouldn't be enabled; if it is, the changes ! won't have any effect on the model themselves: e.g. you can set the connection dictionary but \method{connectionDictionary()} will keep returning its initial value. In such situations, you can either: *************** *** 80,84 **** Note: The environment variable \code{MDL_DB_CONNECTIONS_CFG} is taken into account to update a model's properties before it is cached, no particular ! action needs to be taken in this case.} {e.g. '1', 'YES' (plus the empty string for de-activation)} --- 80,84 ---- Note: The environment variable \code{MDL_DB_CONNECTIONS_CFG} is taken into account to update a model's properties before it is cached, no particular ! action is needed in this case.} {e.g. '1', 'YES' (plus the empty string for de-activation)} |