JSP connections

JSP connections

A JSP application must connect to a database through a JDBC driver. For more information on JDBC and the role of database drivers, see Communicating with the database.

You must specify certain parameter values to connect through your JDBC driver. For more information, see JDBC connection parameters. 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 so a Windows DSN) if you have a JDBC-ODBC Bridge driver. For more information, see Connecting through an ODBC driver.



Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Developing Applications Rapidly