KDB+ Connection Help
RazorSQL ships with the kdb+ JDBC driver necessary to connect to kdb+ databases. The driver is located in the drivers/kdb directory under the RazorSQL installation directory.
Listed below is information on the fields needed to create a kdb+ connection:
Login: If the database you are connecting to requires authentication, enter
the login id for the database here. Otherwise, leave this value blank.
Password: If the database you are connecting to requires authentication, enter
the password for the database here. Otherwise, leave this value blank.
Host or IP Address: The host or ip address of the kdb+ database. If the database is running
on the local machine, localhost can be used as the host.
Port: The port the kdb+ database is listening on. For example, if the kdb+ server
was started with 9000 as the port, 9000 should be used.