Please click here to read the introduction of the series of posts and the format being used.
- 4D – 4D – 4D
- com.fourd.jdbc.DriverImpl
- jdbc:4d:ip-address
- jdbc:4d:127.0.0.1
- Software AG – Adabas D – Adabas D
- de.sag.jdbc.adabasd.ADriver
- jdbc:adabasd://server-node[:port]/server-db
- jdbc:adabasd://localhost/mydb
- Apache – Derby – Derby
- org.apache.derby.jdbc.EmbeddedDriver
- jdbc:derby:[subsubprotocol:][databaseName][;attribute=value]*
- jdbc:derby:sample
- Teradata – Aster nCluster – Aster nCluster
- com.asterdata.ncluster.Driver
- jdbc:ncluster://{ip or name of server}:2406/{database name}
- jdbc:ncluster://localhost:2406/mydb
- 2406
- Altibase – Altibase – Altibase
- Altibase.jdbc.driver.AltibaseDriver
- jdbc:Altibase://server_ip:server_port/dbname
- jdbc:Altibase://127.0.0.1:20300/mydb
- CSQL – CSQL – CSQL
- csql.jdbc.JdbcSqlDriver
- JDBC URLs
- jdbc:csql
Connect to database without network. - jdbc: adapter
Connect to database through adapter without network for any operation in target database - jdbc:gateway
Connect to database through gateway without network - jdbc:csql://<Host Name>:<Port>/csql
Connect to database with network - jdbc:adapter://<Host Name>:<port>/csql
Connect to database through adapter with network for any operation on target database - jdbc:gateway://<Host Name>:<port>/csql
Connect to database through gateway with network
- jdbc:csql
- CUBRID – CUBRID – CUBRID
- cubrid.jdbc.driver.CUBRIDDriver
- jdbc:cubrid:<host>:<port>:<db-name>:[user-id]:[password]:[?<property> [& <property>]]
- jdbc:CUBRID:192.168.0.1:33000:db1:::
- 33000
- Daffodil – Daffodil DB – Daffodil DB
- Drivers
- in.co.daffodil.db.rmi.RmiDaffodilDBDriver
- in.co.daffodil.db.jdbc.DaffodilDBDriver
- JDBC URLs
- Server - jdbc:daffodilDB://<server>[:<port>]/<databaseName>
- Embedded - jdbc:daffodilDB_embedded:<databaseName>
- Examples
- Server – jdbc:daffodilDB://localhost:3456/mydb
- Embedded – jdbc:daffodilDB_embedded:mydb
- 3456
- Drivers
No comments:
Post a Comment