Dreamweaver

About JSP database connections

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.

Note: The JSP application server must be running on a local or remote computer. You must also have a database set up on your local computer or on a system to which you have network or FTP access.