InterSystems Cache Database Connection Help
RazorSQL does not ship with drivers for connecting to InterSystems Cache. To connect to Cache using RazorSQL, Cache JDBC drivers will need to be downloaded. The JDBC drivers for Cache are included in the Cache installation.
To connect to Cache, open the connection wizard and select Cache as the database type.
Click the browse button next to the "Driver Location" field to select the cache jdbc driver jar file on your machine. The name should be something similar to CacheDB.jar.
Fill in the other information such as host, port, and database name, and then click connect to attempt a connection to the Cache database.
If manually configuring a Cache connection, the JDBC URL format for the Cache database is
the following:
jdbc:Cache://<host>:<port>/<database_name>