A JSP application must connect to a database through a JDBC driver. After you install the database driver, you can connect to the database through it.You must specify certain parameter values to connect through your JDBC driver. For the parameter values specific to your driver, see the driver vendor’s documentation or consult your system administrator.
You can also use an ODBC driver (and a Windows DSN) if you have a JDBC-ODBC Bridge driver.