Thought you'd be interested in having the connection info for the
following databases:
Sybase
1. Adaptive Server Anywhere (ASA) -- their personal/workgroup RDBMS
jarFileName: jconn2.jar
driverClassName: com.sybase.jdbc2.jdbc.SybDriver
name: ASA
url: jdbc:sybase:Tds:{host}:{port}?ServiceName={DBNAME}
(Note: The default port is 2638.)
I've used this to connect to a local server. Works great.
2. Adaptive Server Enterprise (ASE) -- their enterprise RDBMS
According to the Sybase docs, the same driver is used but the URL changes.
Therefore,
jarFileName: jconn2.jar
driverClassName: com.sybase.jdbc2.jdbc.SybDriver
name: ASE
url: jdbc:sybase:Tds:{host}:{port}/{DBNAME}
should work. I have NOT tested this however, since I don't have
access to an ASE server.
IBM DB2 UDB 7.x
jarFileName: db2java.zip
driverClassName: COM.ibm.db2.jdbc.app.DB2Driver
name: DB2
url: jdbc:db2:{database}
I've used this to connect to a local server. Works great.
______________________________________
Ken Arway
Arway Consulting
|