Changes for page JDBC and Entity Modeler
Last modified by Theodore Petrosky on 2017/04/02 18:37
From version 11.1
edited by Lachlan Scott
on 2007/07/11 15:57
on 2007/07/11 15:57
Change comment:
There is no comment for this version
To version 14.1
edited by Johan Henselmans
on 2008/01/17 15:54
on 2008/01/17 15:54
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. lachlan_scott1 +XWiki.johanhenselmans - Content
-
... ... @@ -37,5 +37,15 @@ 37 37 **OpenBase JDBC driver settings:** 38 38 39 39 URL: jdbc:openbase:~/~/<hostname>/<database//name>. eg. jdbc:openbase:~/~/localhost/authors 40 -Driver: com.openbase.jdbc.ObDriver 40 +Driver: com.openbase.jdbc.ObDriver// 41 + 42 +**FrontBase JDBC driver settings:** 43 + 44 +URL: jdbc:FrontBase:~/~/<hostname>/<database//name>. eg. jdbc:FrontBase:~/~/localhost/authors 45 +Driver: 41 41 \\// 47 + 48 +**Postgresql JDBC driver settings:** 49 +URL: jdbc:postgresql:~/~/<hostname>/<databasename> eg. jdbc:postgresql:~/~/localhost/authors 50 +Driver: org.postgresql.Driver 51 +Plugin: Postgresql