Changes for page JDBC and Entity Modeler

Last modified by Theodore Petrosky on 2017/04/02 18:37

From version 15.1
edited by David Holt
on 2007/12/02 22:14
Change comment: Added settings for FrontBase
To version 13.1
edited by Johan Henselmans
on 2008/01/17 15:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dholt
1 +XWiki.johanhenselmans
Content
... ... @@ -44,3 +44,8 @@
44 44  URL: jdbc:FrontBase:~/~/<hostname>/<database//name>. eg. jdbc:FrontBase:~/~/localhost/authors
45 45  Driver:
46 46  \\//
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