Accessing database from JSP

This article explains the connectivity from MYSQL database with JSP.we take a example of Books database. This database contains a table named books_details. This table contains three fields- id, book_name& author. we starts from very beginning. First we learn how to create tables in MySQl database after that we write a html page for inserting the values in 'books_details' table in database. After submitting values a table will be showed that contains the book name and author name.
Database

The database in example consists of a single table of three columns or fields. The database name is "books" and it contains information about books names & authors. more...

No comments:

Post a Comment