How to connect to MySQL in JSP?

How to connect to MySQL in JSP? Share the code example with complete project source code.

Thanks

View Answers

August 11, 2015 at 6:12 AM

Hi,

You can use the Java JDBC code to connect to MySQL database in JSP page. Check the tutorial: Connect JSP with mysql

Thanks









Related Tutorials/Questions & Answers:
Advertisements