NetBeans 6.5 includes JDBC drivers for Postgresql and Mysql, two most popular opensource databases. Database integration in NetBeans is done is such way that it is possible to create database connection and use it in built-in SQL client or JPA modelling/programming.
In order to use databases more common in enterprise world, we need to add a JDBC driver to NetBeans.
In this example we will add and configure Sybase database connection.