Last modified by Pascal Robert on 2012/07/27 20:28

From version 21.1
edited by David Holt
on 2007/06/20 19:25
Change comment: There is no comment for this version
To version 20.1
edited by David Holt
on 2007/06/20 19:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,6 +34,21 @@
34 34  
35 35  6. Change the properties located in the resources folder to match the requirements for your database. I use Frontbase. You can either set Global properties for your database, or by model as per the instructions in [[ERXConfigurationManager documentation>>http://webobjects.mdimension.com/wonder/api/er/extensions/ERXConfigurationManager.html]]
36 36  
37 +~-~--
38 +Changing the connection dictionary
39 +To do this for Oracle you can either specify on a per model basis or on a global basis.
40 + Global:
41 + dbConnectServerGLOBAL = myDatabaseServer
42 + dbConnectUserGLOBAL = me
43 + dbConnectPasswordGLOBAL = secret
44 + dbConnectPluginGLOBAL = Oracle
45 + Per Model for say model ER:
46 + ER.DBServer = myDatabaseServer
47 + ER.DBUser = me
48 + ER.DBPassword = secret
49 + ER.DBPlugin = Oracle
50 +~-~--
51 +
37 37  Here are the settings I used for FrontBase:
38 38  
39 39  #ERXConfigurationManager properties moved in from Properties.ak