Changes for page JDBC and Entity Modeler

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

From version 23.1
edited by bardi
on 2008/02/06 09:55
Change comment: There is no comment for this version
To version 26.1
edited by franc
on 2012/05/26 11:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.bardi
1 +XWiki.franc
Content
... ... @@ -18,7 +18,7 @@
18 18  * Right-click the project in Package Explorer
19 19  * Select Java Build Path from the left hand list, and Libraries from the tabs in the main field
20 20  * Open the JRE System Library list, and you should see your available JDBC driver (see screenshot)
21 -* If you cannot see your driver listed, you must add it. instructions required
21 +* If you cannot see your driver listed, you must add it. WOL:instructions required
22 22  
23 23  ==== **Solution - check JDBC settings in Entity Modeler** ====
24 24  
... ... @@ -53,3 +53,6 @@
53 53  URL: jdbc:postgresql:~/~/<hostname>/<databasename> eg. jdbc:postgresql:~/~/localhost/authors
54 54  Driver: org.postgresql.Driver
55 55  Plugin: Postgresql
56 +
57 +**H2 JDBC driver settings:**
58 +URL: jdbc:h2:,,/<databasename>,,