Last modified by Markus Ruggiero on 2025/10/24 16:07

From version 10.1
edited by David Avendasora
on 2009/06/25 10:49
Change comment: There is no comment for this version
To version 11.1
edited by David Avendasora
on 2009/06/25 09:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,21 +14,8 @@
14 14  
15 15  === Database Connection Properties ===
16 16  
17 -While the easiest place to set connection properties is in the EOModel, a better place to put them is in the Properties system, that way you can leverage the flexibility of launch-time loading of Properties so that you set connection info for each user, for development or for deployment.
17 +While the easiest place to set connection properties is in the EOModel, a better place to put them is in the Properties system, that way you can leverage the flexibility of launch-time loading of Properties.
18 18  
19 -==== Model-Specific Connection Properties ====
20 -
21 -{{noformat}}
22 -
23 -MyEOModel.URL =
24 -MyEOModel.DBUser =
25 -MyEOModel.DBPassword =
26 -MyEOModel.DBDriver =
27 -MyEOModel.DBPlugin =
28 -MyEOModel.DBJDBCInfo =
29 -
30 -{{/noformat}}
31 -
32 32  ==== Global Connection Properties ====
33 33  
34 34  These settings will allow you to set the connection properties for all the EOModels in your project.
... ... @@ -35,10 +35,10 @@
35 35  
36 36  {{noformat}}
37 37  
38 -dbConnectURLGLOBAL =
39 -dbConnectUserGLOBAL =
40 -dbConnectPasswordGLOBAL =
41 -dbConnectDriverGLOBAL =
42 -dbEOPrototypesEntityGLOBAL =
25 +dbConnectURLGLOBAL=
26 +dbConnectUserGLOBAL=
27 +dbConnectPasswordGLOBAL=
28 +dbConnectDriverGLOBAL=
29 +dbEOPrototypesEntityGLOBAL=
43 43  
44 44  {{/noformat}}