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

From version 12.1
edited by David Avendasora
on 2009/06/25 09:59
Change comment: There is no comment for this version
To version 13.1
edited by David Avendasora
on 2009/06/25 10:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,6 +16,15 @@
16 16  
17 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 +MyEOModel.URL = jdbc:mysql:~/~/host1/cheetah?capitalizeTypenames=true
22 +MyEOModel.DBUser = @@cheetah.dbuser@@
23 +MyEOModel.DBPassword = @@cheetah.dbpassword@@
24 +MyEOModel.DBDriver =
25 +MyEOModel.DBPlugin =
26 +MyEOModel.DBJDBCInfo =
27 +
19 19  ==== Global Connection Properties ====
20 20  
21 21  These settings will allow you to set the connection properties for all the EOModels in your project.
... ... @@ -22,10 +22,10 @@
22 22  
23 23  {{noformat}}
24 24  
25 -dbConnectURLGLOBAL=
26 -dbConnectUserGLOBAL=
27 -dbConnectPasswordGLOBAL=
28 -dbConnectDriverGLOBAL=
29 -dbEOPrototypesEntityGLOBAL=
34 +dbConnectURLGLOBAL =
35 +dbConnectUserGLOBAL =
36 +dbConnectPasswordGLOBAL =
37 +dbConnectDriverGLOBAL =
38 +dbEOPrototypesEntityGLOBAL =
30 30  
31 31  {{/noformat}}