Skip to content

Commit

Permalink
DB2 Net Driver
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Oct 21, 2005
1 parent d192eef commit 860b1ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/net/sourceforge/schemaspy/dbTypes/db2net.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
description=DB2 with the Type 4 'Net' Driver (UNTESTED)

# gory details in db2.properties:
extends=db2

# use the 'net' driver (Type 4) instead of the default 'app' driver
driver=COM.ibm.db2.jdbc.net.DB2Driver

# connection spec
# text between <>'s will be prompted for on the command line
# e.g. if <host> is in connectionSpec then you must have -host on the command line
# if you're missing a required parameter then you're be prompted with the text
# that's associated with that paramter
# e.g. missing -port then you'll be prompted for 'port on database host'
connectionSpec=jdbc:db2://<host>:<port>/<db>
host=database host
port=port on database host
db=database name

0 comments on commit 860b1ba

Please sign in to comment.