diff --git a/src/net/sourceforge/schemaspy/dbTypes/db2net.properties b/src/net/sourceforge/schemaspy/dbTypes/db2net.properties new file mode 100755 index 0000000..be5ba95 --- /dev/null +++ b/src/net/sourceforge/schemaspy/dbTypes/db2net.properties @@ -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 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=database host +port=port on database host +db=database name