Couchbase Connection Help

The recommended driver for connecting to Couchbase is the CData JDBC driver. This is a commercial driver. There is a trial version available.

The following link contains information on the driver:

https://www.cdata.com/drivers/couchbase/download/jdbc/

CData Couchbase JDBC Driver Information

To connect to Couchbase using the CData JDBC driver, the following is needed:

1. Location of the CData JDBC driver .jar file
2. Server on which Couchbase is running
3. Couchbase user name and password (if applicable)
4. CData driver class: cdata.jdbc.couchbase.CouchbaseDriver

Below is example information for connecting to Couchbase with the CData JDBC driver:

Driver Class: cdata.jdbc.couchbase.CouchbaseDriver JDBC URL Format: jdbc:couchbase:Server=http://mycouchbaseserver; Driver Jar Location: C:\Program Files\CData\CData JDBC Driver for Couchbase 2019\lib\cdata.jdbc.couchbase.jar Example URL: jdbc:couchbase:Server=192.168.1.163