Does RazorSQL support Netezza

RazorSQL is not tested with Netezza, but should support connections to Netezza.

You would need to use the netezza jdbc driver, which 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