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
on 2007/12/02 22:14
Change comment:
Added settings for FrontBase
To version 25.1
edited by franc
on 2012/05/26 11:29
on 2012/05/26 11:29
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. dholt1 +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 ... ... @@ -29,6 +29,10 @@ 29 29 30 30 ==== List of JDBC driver settings ==== 31 31 32 +**Derby JDBC driver settings:** 33 +Embedded Derby, how is it done? 34 +How do you set property derby.system.home so Entity Modeler can be used? 35 + 32 32 **MySQL JDBC driver settings:** 33 33 34 34 URL: jdbc:mysql:~/~/<hostname>/<database//name>. eg. jdbc:mysql:~/~/localhost/authors ... ... @@ -42,5 +42,13 @@ 42 42 **FrontBase JDBC driver settings:** 43 43 44 44 URL: jdbc:FrontBase:~/~/<hostname>/<database//name>. eg. jdbc:FrontBase:~/~/localhost/authors 45 -Driver: 49 +Driver: 46 46 \\// 51 + 52 +**Postgresql JDBC driver settings:** 53 +URL: jdbc:postgresql:~/~/<hostname>/<databasename> eg. jdbc:postgresql:~/~/localhost/authors 54 +Driver: org.postgresql.Driver 55 +Plugin: Postgresql 56 + 57 +**H2 JDBC driver settings:** 58 +URL: jdbc:h2:,,/<databasename>,,