Changes for page JDBC Snippets

Last modified by christoph_lechleitner@iteg_at on 2015-05-23 06.25:19

From version 4.1
edited by christoph_lechleitner@iteg_at
on 2015-05-23 06.25:19
Change comment: Using default port for PostgreSQL example
To version 2.1
edited by christoph_lechleitner@iteg_at
on 2013-07-10 11.30:34
Change comment: Added driver class names, Doc Links, more DMBSs

Summary

Details

Page properties
Content
... ... @@ -69,7 +69,7 @@
69 69  {{/code}}
70 70  )))|(((
71 71  {{code language="none"}}
72 -jdbc:oracle:thin:@myserver:1521:MYTNS
72 +jdbc:oracle:thin:@myserver:1521:MYDATABASE
73 73  {{/code}}
74 74  )))|(((
75 75  [[Oracle JDBC Driver and URL Information (@razorsql.com)>>url:http://www.razorsql.com/docs/help_oracle.html||shape="rect"]]
... ... @@ -85,7 +85,9 @@
85 85  org.postgresql.Driver
86 86  {{/code}}
87 87  )))|(((
88 -##jdbc:postgresql:~/~/myserver:(% style="color: rgb(0,0,0);" %)5432(%%)/MYDATABASE##
88 +{{code language="none"}}
89 +jdbc:postgresql://myserver:5740/MYDATABASE
90 +{{/code}}
89 89  )))|(((
90 90  [[Connection Parameters>>url:http://jdbc.postgresql.org/documentation/91/connect.html#connection-parameters||shape="rect"]]
91 91  )))|(((
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -657039
1 +657947
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/KH/pages/657039/JDBC Snippets
1 +https://clazzes.atlassian.net/wiki/spaces/KH/pages/657947/JDBC Snippets