Changes for page The EOModel
Last modified by Pascal Robert on 2012/03/10 15:42
From version 37.1
edited by Pascal Robert
on 2012/03/10 08:51
on 2012/03/10 08:51
Change comment:
There is no comment for this version
To version 30.1
edited by Pascal Robert
on 2012/03/10 10:30
on 2012/03/10 10:30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -355,6 +355,15 @@ 355 355 356 356 == Connection Dictionary == 357 357 358 +In each EOModel, you can store one or many database configurations. A database configuration consists of the prototype selection for your database (MySQL, H2, etc.), the adaptor (99% of the time, it's JDBC), the URL (JDBC connection string), the username and password to connect to the datastore, the driver (JDBC driver name) and the name of the EOAdaptor plugin. 359 + 360 +If you wish 361 + 362 +#dbConnectUserGLOBAL= 363 +#dbConnectPasswordGLOBAL= 364 +dbConnectURLGLOBAL = jdbc:h2:file:,,/politimo 365 +dbConnectPluginGLOBAL = H2PlugIn,, 366 + 358 358 == Runtime Selection of the Connection Dictionary and Prototypes == 359 359 360 360 == Debugging JDBC Connections and Jdbc2info ==