1.

How Do You Connect To The Database From Jsp?

Answer»

A Connection to a database can be established from a jsp PAGE by writing the code to establish a connection using a jsp scriptlets.

Further then you can use the RESULTSET object "res" to read data in the following WAY.

A Connection to a database can be established from a jsp page by writing the code to establish a connection using a jsp scriptlets.

Further then you can use the resultset object "res" to read data in the following way.



Discussion

No Comment Found