Does RazorSQL support Netezza
RazorSQL is not tested with Netezza, but many RazorSQL users do
use RazorSQL to access Netezza.
To connect to Netezza, the Netezza JDBC driver would need to be obtained. This driver may only
be available by visiting Netezza's support site with a valid
Netezza support id.
The driver should be in a jar file called nzjdbc.jar.
You can set up a connection by going to the Add Connection Profile
screen and selecting "Other" as the database type and "JDBC" as the
driver type.
The JDBC URL should be the following:
jdbc:netezza://host:port/database
The driver class is org.netezza.Driver